Data.Win.ADODB.TCustomADODataSet.MasterDataLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MasterDataLink: TMasterDataLink read FMasterDataLink;

C++

__property Data::Db::TMasterDataLink* MasterDataLink = {read=FMasterDataLink};

Properties

Type Visibility Source Unit Parent
property protected
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TCustomADODataSet

Description

Manages the relationship between the ADO dataset and a master table.

Applications can't use the protected MasterDataLink property. It is used internally to handle the coordination of this dataset with the dataset that is associated with the DataSource property.

See Also