4 writes to _currentRowRemoved
System.Data.Common (4)
System\Data\DataTableReader.cs (4)
154
_currentRowRemoved
= false;
206
_currentRowRemoved
= false;
937
_currentRowRemoved
= true;
976
_currentRowRemoved
= true;
2 references to _currentRowRemoved
System.Data.Common (2)
System\Data\DataTableReader.cs (2)
204
if (
_currentRowRemoved
)
895
if ((_currentDataRow.RowState == DataRowState.Deleted) || (_currentDataRow.RowState == DataRowState.Detached) ||
_currentRowRemoved
)