API:FireDAC.Comp.Client.TFDMetaInfoCommand

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDMetaInfoCommand = class(TFDCustomCommand)

C++

class PASCALIMPLEMENTATION TFDMetaInfoCommand : public TFDCustomCommand

Description

The base class responsible for the execution of SQL commands.

FireDAC.Comp.Client.TFDMetaInfoCommand inherits from FireDAC.Comp.Client.TFDCustomCommand. All content below this line refers to FireDAC.Comp.Client.TFDCustomCommand.

The base class responsible for the execution of SQL commands.

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

This class hides some of the properties, allowing to control visibility of properties by descendant classes. End users should use TFDCommand.

See Also