Data.Win.ADODB.TCustomADODataSet.MasterDataLink
[–] Properties | |
---|---|
Type: property | |
Visibility: protected | |
Source: Data.Win.ADODB.pas Data.Win.ADODB.hpp
| |
Unit: Data.Win.ADODB | |
Parent: TCustomADODataSet |
Delphi
property MasterDataLink: TMasterDataLink read FMasterDataLink;
C++
__property Data::Db::TMasterDataLink* MasterDataLink = {read=FMasterDataLink};
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.