API:FireDAC.Comp.Client.TFDCommand.CatalogName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CatalogName: string read FCatalogName write SetCatalogName default 0;

C++

__property CatalogName = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCommand

Description

Identifies the catalog name for some command kinds.

FireDAC.Comp.Client.TFDCommand.CatalogName inherits from FireDAC.Comp.Client.TFDCustomCommand.CatalogName. All content below this line refers to FireDAC.Comp.Client.TFDCustomCommand.CatalogName.

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