skip to main content
SQL Engine parse tree methods for .NET : SQL pass-through and advanced query methods reference : damex_getFirstValExp
 

damex_getFirstValExp

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)
 
Table 237: 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.

See also 

damex_describeValExp