Allows a linked-detail rowset to affect movement in its master rowset so that master and detail rowsets are navigated as though they were part of a single, combined rowset (similar to the xDML SET SKIP command).

Property of

Rowset

Description

When a detail rowset’s next( ) method reaches end-of-set, after having been called explicitly with it’s navigateMaster property set to true, it will move its master rowset to the next row in the master rowset’s current order.

The navigateMaster property’s default is false.