FireDAC.Comp.Client.TFDMetaInfoQuery.MetaInfoKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MetaInfoKind: TFDPhysMetaInfoKind read GetMetaInfoKind  write SetMetaInfoKind default mkTables;

C++

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

Properties

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

Description

Gets / Sets the kind of metadata to retrieve.

The MetaInfoKind property determines what metadata will be retrieved.

If DBMS or 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 dataset.

See Also