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
    public string Schema {get; set;}

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also