Npgsql Api Docs

LargeObject.Write Method (Byte[], Int32, Int32)

[Visual Basic]
Overloads Public Sub Write( _
   ByVal buf As Byte(), _
   ByVal off As Integer, _
   ByVal len As Integer _
)
[C#]
public void Write(
   byte[] buf,
   int off,
   int len
);

See Also

LargeObject Class | NpgsqlTypes Namespace | LargeObject.Write Overload List