FireDAC.Comp.Client.TFDCustomCommand.CatalogName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomCommand

Delphi

property CatalogName: String read FCatalogName write SetCatalogName;

C++

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

Description

Identifies the catalog name for some command kinds.

The CatalogName identifies the name of the catalog where the command object resides. The meaning depends on CommandKind and MetainfoKind:

  • If CommandKind is in [skStoredProc, skStoredProcWithCrs, skStoredProcNoCrs], then CatalogName specifies the name of the catalog, where the procedure resides.
  • If MetainfoKind is not mkNone, then CatalogName specifies the name of the catalog, where the described object resides.

See Also