WriteToServer
WriteToServer
copies rows to a destination table.
Overload List:
-
This method copies all rows from the supplied
DataRow
array to a destination table specified by theDestinationTableName
property of theOracleBulkCopy
object. -
This method copies all rows in the supplied
DataTable
to a destination table specified by theDestinationTableName
property of theOracleBulkCopy
object. -
This method copies all rows in the supplied
IDataReader
to a destination table specified by theDestinationTableName
property of theOracleBulkCopy
object. -
WriteToServer(DataTable, DataRowState)
This method copies rows that match the supplied row state in the supplied
DataTable
to a destination table specified by theDestinationTableName
property of theOracleBulkCopy
object. -
WriteToServer(OracleRefCursor)
This method copies all rows from the specified
OracleRefCursor
to a destination table specified by theDestinationTableName
property of theOracleBulkCopy
object.