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

PgSqlLoaderMode Enumeration
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

See Also