dam_getColToSet
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
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.
long dam_getColToSet(long hRowElem)
Parameters for dam_getColToSet
| Parameter | Type | Description |
| INPUT | ||
| hRowElem | long | The value set handle. |
| RETURN | ||
| long | The handle to the column to be updated and inserted. | |