Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
10 references to Current
System.Data.Common (10)
System\Data\DataView.cs (3)
642array.SetValue(GetRowView(iterator.Current), index); 662array[index] = GetRowView(iterator.Current); 1460DataRow row = _table!._recordManager[iterator.Current]!;
System\Data\RbTree.cs (1)
2105return Current;
System\Data\Select.cs (5)
818resultRecords[i] = iterator.Current; 828if (AcceptRecord(iterator.Current)) 830matchingRecords.Add(iterator.Current); 851if (AcceptRecord(iterator.Current)) 853matchingRows.Add(_table._recordManager[iterator.Current]!);
System\Data\Selection.cs (1)
709newRows[i] = _table._recordManager[iterator.Current];