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