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
    public PgSqlLoaderMode Mode {get; set;}

    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.
    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