OracleBFile::CopyTo Method
.NET Framework (current version)
Copies data from this OracleBFile to a destination OracleLob.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
| Name | Description | |
|---|---|---|
![]() | CopyTo(Int64, OracleLob^, Int64, Int64) | Copies from this OracleBFile to a destination OracleLob with the specified amount of data, the source offset, and the destination offset. |
![]() | CopyTo(OracleLob^) | Copies the entire contents of this OracleBFile to the beginning of a destination OracleLob. |
![]() | CopyTo(OracleLob^, Int64) | Copies the entire contents of this OracleBFile to a destination OracleLob at the specified offset. |
![]() | CopyTo(Stream^) | Reads the bytes from the current stream and writes them to another stream.(Inherited from Stream.) |
![]() | CopyTo(Stream^, Int32) | Reads the bytes from the current stream and writes them to another stream, using a specified buffer size.(Inherited from Stream.) |
Show:
