FireDAC.Comp.Client.TFDCustomStoredProc.CatalogName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property CatalogName: String read GetCatalogName write SetCatalogName;

C++

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

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