dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLargeObject Class / Open Method / Open(PgSqlLargeObjectOpenMode) Method
One of the PgSqlLargeObjectOpenMode values.

In This Topic
    Open(PgSqlLargeObjectOpenMode) Method
    In This Topic
    Opens the large object specified by the Oid property with the specified mode - for reading or writing.
    Syntax
    'Declaration
     
    Public Overloads Sub Open( _
       ByVal mode As PgSqlLargeObjectOpenMode _
    ) 
    public void Open( 
       PgSqlLargeObjectOpenMode mode
    )

    Parameters

    mode
    One of the PgSqlLargeObjectOpenMode values.
    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