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 |
|
|---|
public string Schema {get; set;} |
Property Value
The name of the current schema to be used once a connection is open.
See Also