FireDAC.Comp.Client.TFDMetaInfoQuery.SchemaName

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 SchemaName: String read GetSchemaName write SetSchemaName;

C++

__property System::UnicodeString SchemaName = {read=GetSchemaName, write=SetSchemaName};

Description

Specifies the DBMS schema name.

Use SchemaName to restrict the metadata retrieval to the specified DBMS schema. When CatalogName or SchemaName is assigned, you may choose not to use ObjectScopes.

See Also