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
    public new long CopyTo( 
       OracleLob dest,
       long destOffset
    )

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