CopyTo(Int64,OracleLob,Int64,Int64) Method
Copies data from the
OracleBFile to an
OracleLob with the specified amount of data, source offset and destination offset.
'Declaration
Public Overloads Shadows Function CopyTo( _
ByVal As Long, _
ByVal As OracleLob, _
ByVal As Long, _
ByVal As Long _
) As Long
Parameters
- srcOffset
- The offset from which to copy.
- dest
- The OracleLob object to which the data is copied.
- destOffset
- The offset to which to copy.
- amount
- The quantity of data, in bytes, to copy.
Return Value
The number of bytes copied.