dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLargeObject Class / PgSqlLargeObject Constructor / PgSqlLargeObject Constructor(PgSqlConnection,Int64)

In This Topic
    PgSqlLargeObject Constructor(PgSqlConnection,Int64)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As PgSqlConnection, _
       ByVal oid As Long _
    )
    public PgSqlLargeObject( 
       PgSqlConnection connection,
       long oid
    )

    Parameters

    connection
    oid
    See Also