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.5.1
Copyright © 2012, Rogue Wave Software, Inc. All Rights Reserved.