damex_getFirstValExp
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This method returns the first value expression in the list. Use it for navigating the SELECT value expression list and the argument value list for scalar methods.
int64 damex_getFirstValExp(
int64 hValExpList)
Parameters for damex_getFirstValExp
| Parameter | Type | Description |
| IN | ||
| hValExpList | int64 | The value expression list handle. |
| RETURN | ||
| int64 | The handle to the first value expression. Use damex_describeValExp to get the value expression details. |