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