FireDAC.Comp.Client.TFDMetaInfoQuery.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: TFDMetaInfoQuery

Delphi

property MetaInfoKind: TFDPhysMetaInfoKind read GetMetaInfoKind

C++

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

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