API:FireDAC.Comp.Client.TFDCommand.CatalogName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property CatalogName;

C++

__property CatalogName = {default=0};

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