| Overload | Description |
|---|---|
| CopyTo(OracleLob) | Copies data from this OracleLob to a destination OracleLob. |
| CopyTo(OracleLob,Int64) | Copies data from this OracleLob to a destination OracleLob with the specified destination offset. |
| CopyTo(Int64,OracleLob,Int64,Int64) | Copies data from this OracleLob to a destination OracleLob with the specified amount of data, source offset and destination offset. |
| CopyTo(Stream) | (Inherited from System.IO.Stream) |
| CopyTo(Stream,Int32) | (Inherited from System.IO.Stream) |