skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_getColToSet
 

dam_getColToSet

This method gets the column handle portion of a value set for an update, insert, or input row. A value set consists of the column handle and the value for that column. Use the method dam_getValueToSet to retrieve the associated value.
int64 dam_getColToSet(
int64 hRowElem)
 
Table 132: Parameters for dam_getColToSet 
Parameter
Type
Description
IN
 
 
hRowElem
int64
The value set handle
RETURN
 
 
 
int64
The handle to the column to be updated and inserted

See also

dam_getValueToSet