FireDAC.Comp.Client.TFDCustomCommand.CatalogName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CatalogName: String read FCatalogName write SetCatalogName;

C++

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

Properties

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

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