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

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

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