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