FireDAC.Comp.Client.TFDMetaInfoCommand.MetaInfoKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MetaInfoKind: TFDPhysMetaInfoKind read FMetaInfoKind

C++

__property Firedac::Phys::Intf::TFDPhysMetaInfoKind MetaInfoKind = {read=FMetaInfoKind, write=SetMetaInfoKind, default=3};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDMetaInfoCommand

Description

Gets / Sets the kind of metadata to retrieve.

The MetaInfoKind property determines what meta information will be retrieved. If the DBMS or the FireDAC driver does not support the specified MetaInfoKind (for example, mkGenerators for Sybase SQL Anywhere), then no exception will be raised at opening and no records will be returned. 

Assigning a value to this property closes the command and calls the Unprepare method.

See Working with Metadata for the structure of returned datasets.

See Also