FireDAC.Comp.Client.TFDTable.CatalogName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CatalogName: String read FCatalogName write SetCatalogName;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDTable

Description

Limits the table names to the catalog.

Specify the CatalogName property value to limit the set of catalogs to the single value.

See Also