dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBFile Class / CopyTo Method / CopyTo(OracleLob,Int64) Method
The OracleLob object to which the data is copied.
The offset to which to copy.

In This Topic
CopyTo(OracleLob,Int64) Method
In This Topic
Copies data from the OracleBFile to an OracleLob with the specified destination offset.
Syntax
'Declaration
 
Public Overloads Shadows Function CopyTo( _
   ByVal dest As OracleLob, _
   ByVal destOffset 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.
Remarks
An OracleLob object to which the data is copied must have OracleDbType.Blob type.
See Also