FireDAC.Comp.Client.TFDMetaInfoQuery.MetaInfoKind
Delphi
property MetaInfoKind: TFDPhysMetaInfoKind read GetMetaInfoKind
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.