FireDAC.Comp.Client.TFDAdaptedDataSet.Command
Delphi
property Command: TFDCustomCommand read GetCommand;
C++
__property TFDCustomCommand* Command = {read=GetCommand};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDAdaptedDataSet |
Description
The reference to a command, used to execute / open queries.
This property returns the reference to the SELECT
command of the data adapter.
This command is used by the data adapter to execute DBMS queries with one of the Execute, ExecSQL, and Open dataset methods.