FireDAC.Comp.Client.TFDMetaInfoQuery.CatalogName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property CatalogName: String read GetCatalogName write SetCatalogName;

C++

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

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