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