21 references to Change
System.Data.Common (21)
System\Data\DataTable.cs (15)
2196SetMergeRecords(targetRow, newRecord, oldRecord, DataRowAction.Change); 2213SetMergeRecords(targetRow, newRecord, oldRecord, (newRecord == -1) ? DataRowAction.Delete : DataRowAction.Change); 2219SetMergeRecords(targetRow, newRecord, oldRecord, (newRecord == -1) ? DataRowAction.Delete : DataRowAction.Change); 2237SetMergeRecords(targetRow, newRecord, oldRecord, DataRowAction.Change); 4252internal void SetNewRecord(DataRow row, int proposedRecord, DataRowAction action = DataRowAction.Change, bool isInMerge = false, bool fireEvent = true, bool suppressEnsurePropertyChanged = false) 4346if ((action == DataRowAction.Delete || action == DataRowAction.Change) && 4703SetNewRecord(row, record, DataRowAction.Change, false, true); 4820return (action == DataRowAction.Add || action == DataRowAction.Change || 5154action = DataRowAction.Change; 5163action = DataRowAction.Change; 5234SetNewRecord(dataRow, recordNo, DataRowAction.Change, false, false); 5240SetNewRecord(dataRow, recordNo, DataRowAction.Change, false, false); 5250SetNewRecord(dataRow, recordNo, DataRowAction.Change, false, false); 5258SetNewRecord(dataRow, recordNo, DataRowAction.Change, false, false); 6933action == DataRowAction.Change ||
System\Data\ForeignKeyConstraint.cs (2)
530if (action == DataRowAction.Change) 565if ((action == DataRowAction.Change ||
System\Data\Merger.cs (1)
304targetRow.Table.EvaluateExpressions(targetRow, DataRowAction.Change, null);
System\Data\UniqueConstraint.cs (1)
252action == DataRowAction.Change ||
System\Xml\XmlDataDocument.cs (2)
2056case DataRowAction.Change: 2151case DataRowAction.Change: