FireDAC.Comp.Client.TFDCustomCommand.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSet: TFDDataSet read FOwner;

C++

__property Firedac::Comp::Dataset::TFDDataSet* DataSet = {read=FOwner};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand

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.

See Also