Data.SqlExpr.TCustomSQLDataSet.SchemaName
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
Unit: Data.SqlExpr | |
Parent: TCustomSQLDataSet |
Delphi
property SchemaName: string read FSchemaName write SetSchemaName;
C++
__property System::UnicodeString SchemaName = {read=FSchemaName, write=SetSchemaName};
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.