RAD Studio VCL Reference
|
Indicates the TDataSetField component that represents this client dataset.
property DataSetField: TDataSetField;
__property TDataSetField DataSetField;
Use DataSetField when the client dataset is the nested detail set of another (master) client dataset. Read DataSetField to access the data set field component in the master dataset that comprises this client dataset. Set DataSetField to a field component in the master dataset to assign this client dataset as the value of that field component.
When setting DataSetField, the ProviderName, RemoteServer, and FileName properties of the client dataset are cleared. This is because the client dataset's data is now maintained by the master table in which it is nested.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|