FireDAC.Comp.Client.TFDMetaInfoQuery.SchemaName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SchemaName: String read GetSchemaName write SetSchemaName;

C++

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

Properties

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

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