FireDAC.Comp.Client.TFDCustomStoredProc.CatalogName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CatalogName: String read GetCatalogName write SetCatalogName;

C++

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

Properties

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

Description

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