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

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

    Parameters

    connection
    oid
    cached
    See Also