Data Access User Manual > Rogue Wave Views Data Access Common Framework > Handling Values in Data Access > Data Types > Checking the Data Type of an Object
 
Checking the Data Type of an Object
The data type of an object can be checked using the getType method in the following way:
IliValue value;
...
if (value.getType() == IliDateType) {
...
}

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.