Npgsql API Docs

LargeObject Constructor 

Missing <summary> documentation for M:NpgsqlTypes.LargeObject.#ctor(NpgsqlTypes.Fastpath,System.Int32,System.Int32)

[Visual Basic]
Public Sub New( _
   ByVal fp As Fastpath, _
   ByVal oid As Integer, _
   ByVal mode As Integer _
)
[C#]
public LargeObject(
   Fastpath fp,
   int oid,
   int mode
);

Parameters

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

Remarks

Missing <remarks> documentation for M:NpgsqlTypes.LargeObject.#ctor(NpgsqlTypes.Fastpath,System.Int32,System.Int32)

See Also

LargeObject Class | NpgsqlTypes Namespace