SetValueType
The SetValueType method sets the value type of this storage-unit cursor.
void SetValueType (in ODValueType valueType);
valueType
- The value type of the value in the focus context, or
kODNULL to ignore the value type (and use the value index to specify the value in the focus context).
DISCUSSION
When you no longer need the value type you pass as the valueType parameter, you should deallocate it.
SEE ALSO
The ODValueType type (page 904).
The ODStorageUnitCursor::GetValueType method (page 718).