21 references to Change
System.Data.Common (21)
System\Data\DataTable.cs (15)
2201SetMergeRecords(targetRow, newRecord, oldRecord, DataRowAction.Change); 2218SetMergeRecords(targetRow, newRecord, oldRecord, (newRecord == -1) ? DataRowAction.Delete : DataRowAction.Change); 2224SetMergeRecords(targetRow, newRecord, oldRecord, (newRecord == -1) ? DataRowAction.Delete : DataRowAction.Change); 2242SetMergeRecords(targetRow, newRecord, oldRecord, DataRowAction.Change); 4257internal void SetNewRecord(DataRow row, int proposedRecord, DataRowAction action = DataRowAction.Change, bool isInMerge = false, bool fireEvent = true, bool suppressEnsurePropertyChanged = false) 4351if ((action == DataRowAction.Delete || action == DataRowAction.Change) && 4708SetNewRecord(row, record, DataRowAction.Change, false, true); 4825return (action == DataRowAction.Add || action == DataRowAction.Change || 5159action = DataRowAction.Change; 5168action = DataRowAction.Change; 5239SetNewRecord(dataRow, recordNo, DataRowAction.Change, false, false); 5245SetNewRecord(dataRow, recordNo, DataRowAction.Change, false, false); 5255SetNewRecord(dataRow, recordNo, DataRowAction.Change, false, false); 5263SetNewRecord(dataRow, recordNo, DataRowAction.Change, false, false); 6992action == 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)
2028case DataRowAction.Change: 2122case DataRowAction.Change: