3 references to UpdatingCurrent
System.Data.Common (3)
System\Data\DataColumn.cs (1)
1365if (DataTable.UpdatingCurrent(action))
System\Data\DataTable.cs (2)
4112if (UpdatingCurrent(eAction) && (IsTypedDataTable || (null != _onRowChangedDelegate))) 4135if (UpdatingCurrent(eAction) && (IsTypedDataTable || (null != _onRowChangingDelegate)))