Data.SqlExpr.TCustomSQLDataSet.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
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TCustomSQLDataSet

Description

Specifies the name of the database schema.

This name will be available in the appropriate drop down list box after you have connected to a given data source.