FireDAC.Comp.Client.TFDAdaptedDataSet.Command

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDAdaptedDataSet

Delphi

property Command: TFDCustomCommand read GetCommand;

C++

__property TFDCustomCommand* Command = {read=GetCommand};

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.

See Also