Npgsql Api Docs
LargeObject.Read Method (Byte[], Int32, Int32)
[Visual Basic]
Overloads Public Function Read( _
ByVal
buf
As
Byte()
, _
ByVal
off
As
Integer
, _
ByVal
len
As
Integer
_
) As
Integer
[C#]
public
int
Read(
byte[]
buf
,
int
off
,
int
len
);
See Also
LargeObject Class
|
NpgsqlTypes Namespace
|
LargeObject.Read Overload List