'Declaration Public Function New( _ ByVal connection As PgSqlConnection, _ ByVal oid As Integer _ )
public PgSqlLargeObject( PgSqlConnection connection, int oid )
Parameters
- connection
- A PgSqlConnection to be used by PgSqlLargeObject.
- oid
- The OID of an existing large object.