WriteToServer

WriteToServer copies rows to a destination table.

Overload List:

  • WriteToServer(DataRow[])

    This method copies all rows from the supplied DataRow array to a destination table specified by the DestinationTableName property of the OracleBulkCopy object.

  • WriteToServer(DataTable)

    This method copies all rows in the supplied DataTable to a destination table specified by the DestinationTableName property of the OracleBulkCopy object.

  • WriteToServer(IDataReader)

    This method copies all rows in the supplied IDataReader to a destination table specified by the DestinationTableName property of the OracleBulkCopy object.

  • WriteToServer(DataTable, DataRowState)

    This method copies rows that match the supplied row state in the supplied DataTable to a destination table specified by the DestinationTableName property of the OracleBulkCopy object.

  • WriteToServer(OracleRefCursor)

    This method copies all rows from the specified OracleRefCursor to a destination table specified by the DestinationTableName property of the OracleBulkCopy object.