FireDAC.Comp.Client.TFDCommand

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.Client.TFDCustomCommandFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDCommand
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: FireDAC.Comp.Client

Delphi

TFDCommand = class(TFDCustomCommand)

C++

class PASCALIMPLEMENTATION TFDCommand : public TFDCustomCommand

Description

The class responsible for the execution of SQL commands.

Use the TFDCommand class to execute SQL commands. The class does not provide TDataSet-aware access to returned result sets.

See Also

Sample