13 references to Delete
System.Data.Common (13)
System\Data\DataTable.cs (8)
2158Debug.Assert(action == DataRowAction.Delete, "Unexpected SetNewRecord action in merge function."); 2213SetMergeRecords(targetRow, newRecord, oldRecord, (newRecord == -1) ? DataRowAction.Delete : DataRowAction.Change); 2219SetMergeRecords(targetRow, newRecord, oldRecord, (newRecord == -1) ? DataRowAction.Delete : DataRowAction.Change); 3022SetNewRecord(row, -1, DataRowAction.Delete, false, true); 4117else if (DataRowAction.Delete == eAction && eRow._newRecord == -1 && (IsTypedDataTable || (null != _onRowDeletedDelegate))) 4150else if (DataRowAction.Delete == eAction && eRow._newRecord != -1 && (IsTypedDataTable || (null != _onRowDeletingDelegate))) 4346if ((action == DataRowAction.Delete || action == DataRowAction.Change) && 6951else if ((action == DataRowAction.Delete || (action == DataRowAction.Rollback && row._oldRecord == -1 && row._newRecord == -1)) && _dependentColumns != null)
System\Data\DataTableReader.cs (1)
958case DataRowAction.Delete: // delete
System\Data\ForeignKeyConstraint.cs (1)
537else if (action == DataRowAction.Delete)
System\Xml\XmlDataDocument.cs (3)
2034case DataRowAction.Delete: 2083if (args.Action == DataRowAction.Delete && row.Element != null) 2112case DataRowAction.Delete: