OracleLob.CopyTo Method
.NET Framework 4
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CopyTo(OracleLob) | Copies from this OracleLob to a destination OracleLob. |
|
CopyTo(Stream) | Reads the bytes from the current stream and writes them to the destination stream. (Inherited from Stream.) |
|
CopyTo(OracleLob, Int64) | Copies from this OracleLob to a destination OracleLob with the specified amount of data. |
|
CopyTo(Stream, Int32) | Reads all the bytes from the current stream and writes them to a destination stream, using a specified buffer size. (Inherited from Stream.) |
|
CopyTo(Int64, OracleLob, Int64, Int64) | Copies from this OracleLob to a destination OracleLob with the specified amount of data, and the source offset. |