FireDAC.Comp.Client.TFDMetaInfoCommand.MetaInfoKind

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property MetaInfoKind: TFDPhysMetaInfoKind read FMetaInfoKind

C++

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

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