MasterSearch property

Applies to
TIB_Dataset

Declaration
Property MasterSearch : boolean;

Description
This property determins whether or not a child dataset will follow its master into dssSearch state. If it does then the search criteria for the child dataset is used in order to select records from the master dataset.

This is accomplished by adding an EXISTS( SELECT ) clause that contains the appropriate relations for the master-detail relationship and the child's search criteria.

This will only take effect if there is a valid MasterLinks definition.