FireDAC.Comp.Client.TFDCustomCommand.DataSet
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomCommand | |
Delphi
property DataSet: TFDDataSet read FOwner;
C++
__property Firedac::Comp::Dataset::TFDDataSet* DataSet = {read=FOwner};
Description
Reference to the dataset object owning this command.
Use the DataSet property to get a reference to the dataset object, which owns this command object. For example, FireDAC.Comp.Client.TFDAdaptedDataSet.Command returns the reference to TFDQuery.