CopyTo

CopyTo copies data from the current instance to the provided object.

Overload List:

  • CopyTo(OracleBlob)

    This instance method copies data from the current instance to the provided OracleBlob object.

  • CopyTo(OracleBlob, Int64)

    This instance method copies data from the current OracleBFile instance to the provided OracleBlob object with the specified destination offset.

  • CopyTo(Int64, OracleBlob, Int64, Int64)

    This instance method copies data from the current OracleBFile instance to the provided OracleBlob object with the specified source offset, destination offset, and character amounts.

  • CopyTo(OracleClob)

    This instance method copies data from the current OracleBFile instance to the provided OracleClob object.

  • CopyTo(OracleClob, Int64)

    This instance method copies data from the current OracleBFile instance to the provided OracleClob object with the specified destination offset.

  • CopyTo(Int64, OracleClob, Int64, Int64)

    This instance method copies data from the current OracleBFile instance to the provided OracleClob object with the specified source offset, destination offset, and amount of characters.