FireDAC.Comp.Client.TFDMetaInfoCommand.CatalogName
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 | TFDMetaInfoCommand |
Description
Identifies the catalog name for some command kinds. {{#multireplace:FireDAC.Comp.Client.TFDMetaInfoCommand.CatalogName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.Client.TFDCustomCommand.CatalogName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Comp.Client.TFDCustomCommand.CatalogName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.