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.
Available since 1.1