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

damex_getFirstInsertValExp

This method returns the first value in the value list of the insert row. Use it for navigating the value list in the insert row.
int64 damex_getFirstInsertValExp(
int64 hquery,
int64 hrow)
 
Table 234: Parameters for damex_getFirstInsertValExp 
Parameter
Type
Description
IN
 
 
hquery
int64
The query handle
hrow
int64
Insert row handle
RETURN
 
 
 
int64
The handle to the first value in the value list of the insert row. Use damex_describeValExp to get the details of the value.

See also 

damex_describeValExp