'Declaration Public Overloads Shadows Function CopyTo( _ ByVal dest As OracleLob, _ ByVal destOffset As Long _ ) As Long
public new long CopyTo( OracleLob dest, long destOffset )
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.