13.2.6.1 Append

Append appends the supplied data to the end of the current OracleBlob instance.

Overload List:

  • Append(OracleBlob)

    This instance method appends the BLOB data referenced by the provided OracleBlob object to the current OracleBlob instance.

  • Append(byte[ ], int, int)

    This instance method appends data from the supplied byte array buffer to the end of the current OracleBlob instance.