5 references to Nothing
System.Data (5)
fx\src\data\System\Data\DataTable.cs (5)
3784
if (!MergingData && eAction != DataRowAction.
Nothing
&& eAction != DataRowAction.ChangeOriginal) {
3883
row._action = DataRowAction.
Nothing
;
4600
DataRowAction action = DataRowAction.
Nothing
;
4643
if (action == DataRowAction.
Nothing
) { // RaiseRowChanging does not fire for DataRowAction.Nothing
4730
if (action == DataRowAction.
Nothing
) { // RaiseRowChanged does not fire for DataRowAction.Nothing