dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / CopyTo Method / CopyTo(OracleLob) Method
The destination OracleLob.

In This Topic
    CopyTo(OracleLob) Method
    In This Topic
    Copies data from this OracleLob to a destination OracleLob.
    Syntax
    'Declaration
     
    Public Overloads Function CopyTo( _
       ByVal dest As OracleLob _
    ) As Long
    public long CopyTo( 
       OracleLob dest
    )

    Parameters

    dest
    The destination OracleLob.

    Return Value

    The number of bytes copied.
    Remarks
    The current and destination OracleLob objects must have the same data types.
    See Also