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

This class is responsible for executing the metadata commands.

Use the TADMetaInfoCommand class to execute metadata commands.

The class does not provide TDataSet-aware access to returned result sets.

See Also