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

damex_getNextInsertRow

This method returns the next row in the list. It is used for navigating the insert rows. Call this method after calling damex_getFirstInsertRow.
int64 damex_getNextInsertRow(
int64 hRowList)
 
Table 241: Parameters for damex_getNextInsertRow 
Parameter
Type
Description
IN
 
 
hRowList
int64
The row list handle.
RETURN
 
 
 
int64
The handle to the next insert row. A value of zero is returned at the end of the list.

See also 

damex_getFirstInsertRow