16 references to Rollback
System.Data (16)
fx\src\data\System\Data\DataRow.cs (1)
958Debug.Assert(_action==DataRowAction.Rollback || 0 != (DataViewRowState.Deleted & viewState), "not DataViewRowState.Deleted");
fx\src\data\System\Data\DataTable.cs (5)
3703SetNewRecord(row, row.oldRecord, DataRowAction.Rollback, false, true); 4226SetNewRecord(row, row.oldRecord, DataRowAction.Rollback, false, true); 4326action == DataRowAction.Rollback || action == DataRowAction.ChangeOriginal || 6191(action == DataRowAction.Rollback && (row.oldRecord!=-1 || row.newRecord!=-1))) { 6204else if ((action == DataRowAction.Delete || (action==DataRowAction.Rollback && row.oldRecord==-1 && row.newRecord==-1)) && dependentColumns != null) {
fx\src\data\System\Data\DataTableReader.cs (1)
816case DataRowAction.Rollback:// rejectchanges
fx\src\data\System\Data\Filter\AggregateNode.cs (2)
181if (DataRowAction.Rollback != rows[i]._action) { 187else if ((DataRowAction.Rollback == rows[i]._action) && (rows[i].RowState == DataRowState.Added)) {
fx\src\data\System\Data\ForeignKeyConstraint.cs (4)
485else if (action == DataRowAction.Rollback) { 502action == DataRowAction.Rollback) && 507DataRowVersion version = (action == DataRowAction.Rollback) ? DataRowVersion.Original : DataRowVersion.Current; 514object[] parentKeyValues = parentRow.GetKeyValues(parentKey, action == DataRowAction.Rollback ? version : DataRowVersion.Default);
fx\src\data\System\Data\UniqueConstraint.cs (1)
239(action == DataRowAction.Rollback && row.tempRecord != -1))) {
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
1805case DataRowAction.Rollback: 1879case DataRowAction.Rollback: