damex_getFirstInsertRow
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method returns the first row to be inserted. Use it for navigating the insert row list in an INSERT query.
int64 damex_getFirstInsertRow(
int64 hRowList)
Parameters for damex_getFirstInsertRow
| Parameter | Type | Description |
| IN | ||
| hRowList | int64 | The row list handle. |
| RETURN | ||
| int64 | The handle to the insert row. Use damex_getFirstInsertValExp and damex_getNextInsertValExp to get the list of values in each insert row. |