damex_getFirstTableQueryVal
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function returns the first value in the list of Values. Use it to traverse the values provided in the Insert query.
DAM_HTABLE damex_getFirstTableQueryVal(DAM_HQUERY hquery)
Parameters for damex_getFirstTableQueryVal
| Parameter | Type | Description |
| IN | ||
| hquery | DAM_HQUERY | The query handle. |
| RETURN | ||
| int | Returns the first value, or NULL if it is not present. |