FireDAC.Comp.Client.TFDTable.SchemaName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SchemaName: String read FSchemaName write SetSchemaName;

C++

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

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 schema.

Specify the SchemaName property value to limit the set of schemas to the single value.

See Also