FireDAC.Comp.Client.TFDStoredProc.CatalogName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CatalogName: string read GetCatalogName 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 TFDStoredProc

Description

Limits the stored procedure names to the specified catalog.

FireDAC.Comp.Client.TFDStoredProc.CatalogName inherits from FireDAC.Comp.Client.TFDCustomStoredProc.CatalogName. All content below this line refers to FireDAC.Comp.Client.TFDCustomStoredProc.CatalogName.

Limits the stored procedure names to the specified catalog.

Specify the CatalogName property value to limit the set of stored procedures stored to the specified catalog.

See Also