Npgsql API Docs

LargeObjectManager.Open Method (Int32, Int32)

Missing <summary> documentation for M:NpgsqlTypes.LargeObjectManager.Open(System.Int32,System.Int32)

[Visual Basic]
Overloads Public Function Open( _
   ByVal oid As Integer, _
   ByVal mode As Integer _
) As LargeObject
[C#]
public LargeObject Open(
   int oid,
   int mode
);

Parameters

oid
Missing <param> documentation for oid
mode
Missing <param> documentation for mode

Return Value

Missing <returns> documentation for M:NpgsqlTypes.LargeObjectManager.Open(System.Int32,System.Int32)

Remarks

Missing <remarks> documentation for M:NpgsqlTypes.LargeObjectManager.Open(System.Int32,System.Int32)

See Also

LargeObjectManager Class | NpgsqlTypes Namespace | LargeObjectManager.Open Overload List