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