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

dam_addJoinRowSet

This method associates the join rowset of the inner table with the outer table row. After all the child rows have been added to the rowset, the join rowset should be added to the current row of the outer table.
int dam_addJoinRowSet(
int64 hrowset,
int64 hrow)
 
Table 89: Parameters for dam_addJoinRowSet 
Parameter
Type
Description
IN
 
 
hrow
int64
The handle of the outer table row
hrowset
int64
The handle to the inner table rowset to be associated with the outer table row.
RETURN
 
 
 
int
DAM_SUCCESS – associated the rowset to the row
DAM_FAILURE – error