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

In This Topic
    PgSqlLoaderMode Enumeration
    In This Topic
    Determines the operating mode of the PgSqlLoader.
    Syntax
    'Declaration
     
    Public Enum PgSqlLoaderMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    BinaryThe binary mode is used, which is faster, but supported only within protocol 3.0.
    TextThe text mode is used, which is the only option available for servers 7.3 and older.
    Inheritance Hierarchy

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

    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