dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDumpObjects Enumeration

In This Topic
    PgSqlDumpObjects Enumeration
    In This Topic
    Determines which database objects will be included in the dump.
    Syntax
    'Declaration
     
    Public Enum PgSqlDumpObjects 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    Aggregates 
    AllAll database objects will be included.
    Constraints 
    DomainsIncludes domains in the dump.
    IndexesIncludes indexes in the dump.
    LanguagesIncludes languages in the dump.
    None 
    SchemasIncludes schemas in the dump.
    SequencesIncludes sequences in the dump.
    StoredProcsIncludes stored procedures in the dump.
    TablesIncludes tables in the dump.
    TriggersIncludes triggers in the dump.
    TypesIncludes types in the dump.
    UsersIncludes users in the dump.
    ViewsIncludes views in the dump.
    Remarks

    Note: This enumeration is not available in .NET Standard 1.3 compatible assembly. It is available only in the assembly for full .NET Framework.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.PostgreSql.PgSqlDumpObjects

    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