skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_addRowToRowSet
 

dam_addRowToRowSet

This method adds the row to the join rowset. Each row that is built for a specific row of the outer table should be added using this method.
int dam_addRowToRowSet(
int64 hrowset,
int64 hrow)
 
Table 92: Parameters for dam_addRowToRowSet 
Parameter
Type
Description
IN
 
 
hrowset
int64
The handle to the rowset
hrow
int64
The handle to the row
RETURN
 
 
 
int
DAM_SUCCESS – added the row to the rowset
DAM_FAILURE – error adding the row