FireDAC.Comp.Client.TFDCustomCommand.CatalogName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property CatalogName: String read FCatalogName write SetCatalogName;

C++

__property System::UnicodeString CatalogName = {read=FCatalogName, write=SetCatalogName};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand

Description

Identifie le nom du catalogue pour certains types de commande.

CatalogName identifie le nom du catalogue où l'objet commande réside. La signification dépend de CommandKind et MetainfoKind :

  • Si CommandKind est dans [skStoredProc, skStoredProcWithCrs, skStoredProcNoCrs], CatalogName spécifie alors le nom du catalogue, où la procédure réside.
  • Si MetainfoKind est dans mkNone, CatalogName spécifie alors le nom du catalogue, où l'objet décrit réside.

Voir aussi