A reference to the master rowset that is linked the detail rowset.

Property of

Rowset

Description

The masterRowset property is set in the detail rowset. It is an object reference to the master rowset that constrains the detail rowset. By setting the property in the detail rowset, one master rowset can control multiple detail rowsets.

The masterRowset property should be set before masterFields. Once masterFields is set, the detail rowset is constrained to show the detail rows that match the current row in the master rowset. To override the constraint, set the detail rowset’s masterChild property to 1 – Unconstrained.

You may cancel the master-detail link by setting either property to an empty string.