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

CopyTo(OracleLob) Method
Copies data from the OracleBFile to an OracleLob.
Syntax
'Declaration
 
Public Overloads Shadows Function CopyTo( _
   ByVal dest As OracleLob _
) As Long
 

Parameters

dest
The OracleLob object to which the data is copied.

Return Value

The number of bytes copied.
Remarks
An OracleLob object to which the data is copied must have OracleDbType.Blob type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also