Rolls back all changes that have been made to the table since it was loaded, or the last time DataTable.AcceptChanges was called.
When DataTable.RejectChanges is called, any System.Data.DataRow objects that are still in edit-mode cancel their edits. New rows are removed. Rows with the System.Data.DataRowState set to Modified or Deleted return back to their original state.