dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLoader Class / Mode Property

In This Topic
Mode Property (PgSqlLoader)
In This Topic
Gets or sets the operating mode of the PgSqlLoader
Syntax
'Declaration
 
Public Property Mode As PgSqlLoaderMode
 

Property Value

One of the PgSqlLoaderMode values.
Remarks
This property is ignored for protocol 2.0 connections, as this protocol supports text operating mode only.
See Also