Data Access User Manual > Rogue Wave Views Data Access Common Framework > Handling Values in Data Access > The IliValue Class > Constructing a Value Object
 
Constructing a Value Object
There are two ways to construct a value. It can be specified with an initial value:
IliValue initVal = 3;
IliValue stringVal = “Good morning.”
Also, it can be constructed by specifying the data type explicitly:
IliValue boolVal(IliBooleanType);
In this case, the value has an initial value of null.

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