dam_addJoinRowSet
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function 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(
DAM_HROWSET hrowset,
DAM_HROW hrow)
Parameters for dam_addJoinRowSet
| Parameter | Type | Description |
| IN | ||
| hrow | DAM_HROW | The handle of the outer table row. |
| hrowset | DAM_HROWSET | 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 |