WriteToServer
WriteToServer copies rows to a destination table.
                  
Overload List:
- 
                        
                        This method copies all rows from the supplied DataRowarray to a destination table specified by theDestinationTableNameproperty of theOracleBulkCopyobject.
- 
                        
                        This method copies all rows in the supplied DataTableto a destination table specified by theDestinationTableNameproperty of theOracleBulkCopyobject.
- 
                        
                        This method copies all rows in the supplied IDataReaderto a destination table specified by theDestinationTableNameproperty of theOracleBulkCopyobject.
- 
                        WriteToServer(DataTable, DataRowState) This method copies rows that match the supplied row state in the supplied DataTableto a destination table specified by theDestinationTableNameproperty of theOracleBulkCopyobject.
- 
                        WriteToServer(OracleRefCursor) This method copies all rows from the specified OracleRefCursorto a destination table specified by theDestinationTableNameproperty of theOracleBulkCopyobject.