damex_getNextInsertValExp
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method returns the next value in the row. It is used for navigating the value list in the insert row. Call this method after calling damex_getFirstInsertValExp.
int64 damex_getNextInsertValExp(
int64 hquery)
Parameters for damex_getNextInsertValExp
| Parameter | Type | Description |
| IN | ||
| hquery | int64 | The query handle |
| RETURN | ||
| int64 | A handle to the next value in the value list of the insert row. A value of zero is returned at the end of the list. |