FireDAC.Comp.Client.TFDMetaInfoQuery.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 published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDMetaInfoQuery

Description

Specifies the DBMS catalog name.

Use CatalogName to restrict the metadata retrieval to the specified DBMS catalog. 

When CatalogName or SchemaName is assigned, you may choose not to use ObjectScopes.

See Also