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.
    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