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

In This Topic
Schema Property (PgSqlDump)
In This Topic
Specifies server schema that will be dumped.
Syntax
'Declaration
 
Public Property Schema As String
 

Property Value

Name of the schema on the server.
Remarks
Use this property to set the name of schema all objects of which will be included into dump. Objects out of the specified schema will be ignored.
See Also