OracleBFile.CopyTo Method (OracleLob, Int64)
Copies the entire contents of this OracleBFile to a destination OracleLob at the specified offset.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- destination
- Type: System.Data.OracleClient.OracleLob
The destination OracleLob.
- destinationOffset
- Type: System.Int64
The offset to which to copy.
| Exception | Condition |
|---|---|
| ArgumentNullException | The destination OracleLob is a null object reference. |
| InvalidOperationException | The destination is a null OracleLob. -or- The connection with which this OracleBFile is associated is closed. |
| ObjectDisposedException | The OracleBFile object is closed or disposed. |
The underlying data types of the source OracleBFile and the destination OracleLob must be compatible. For example, you cannot copy binary data to a destination OracleLob that has a character data type.
You must have write access to the destination OracleLob for the CopyTo operation to execute correctly.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.