dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DumpMode Enumeration

In This Topic
    DumpMode Enumeration
    In This Topic
    Specifies what kind of information should be exported by Devart.Data.PostgreSql.PgSqlDump.
    Syntax
    'Declaration
     
    Public Enum DumpMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    AllExport both data and metadata. The dump contains DDL and DML statements.
    DataExport only data contained in tables. The dump text contains DML statements only.
    SchemaExport metadata information only. The dump contains DDL statements only. Information about users is included as well.
    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 and .NET Standard 2.0 compatible assembly.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Common.DumpMode

    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