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.
long damex_getFirstInsertRow(long hRowList)
Parameters for damex_getFirstInsertRow
| Parameter | Type | Description |
| INPUT | ||
| hRowList | long | The row list handle. |
| RETURN | ||
| long | The handle to the insert row. Use damex_getFirstInsertValExp and damex_getNextInsertValExp to get the list of values in each insert row. | |