FireDAC.Comp.Client.TFDMetaInfoQuery.MetaInfoKind

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property MetaInfoKind: TFDPhysMetaInfoKind read GetMetaInfoKind  write SetMetaInfoKind default mkTables;

C++

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

Propriétés

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

Description

Obtient / définit le type de métaclasse à récupérer.

La propriété MetaInfoKind détermine les métadonnées qui seront récupérées.

Si SGBD ou le pilote FireDAC ne supporte pas le MetaInfoKind spécifié (par exemple, mkGenerators pour Sybase SQL Anywhere), aucune exception ne sera alors déclenchée à l'ouverture et aucun enregistrement ne sera renvoyé.

L'affectation d'une valeur à cette propriété ferme l'ensemble de données.

Voir aussi