dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnection Class / Schema Property

In This Topic
Schema Property (PgSqlConnection)
In This Topic
Gets or sets the name of the schema to be used once a connection is open.
Syntax
'Declaration
 
Public Property Schema As String
 

Property Value

The name of the current schema to be used once a connection is open.
Remarks
When connection is closed or in design-time, this property contains Initial Schema parameter of connection string. When connection is open the property represents name of current schema.
See Also