Parameters
- srcOffset
- The offset from which to copy.
- dest
- The destination OracleLob.
- destOffset
- The offset to which to copy.
- amount
- The quantity of data, in bytes, to copy.
Return Value
The number of bytes copied.
If the destination offset is beyond the end of the LOB data, zeros are written into the OracleDbType.Blob and spaces into the OracleDbType.Clob and OracleDbType.NClob data types until the destination offset is met.