FireDAC.Comp.Client.TFDTable.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: TFDTable

Delphi

property CatalogName: String read FCatalogName write SetCatalogName;

C++

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

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