3 references to GetIndex
System.Data.Common (3)
System\Data\DataView.cs (3)
930
findIndex = _table!.
GetIndex
(column, _recordStates, GetFilter());
1011
findIndex = _table!.
GetIndex
(property.Name, _recordStates, GetFilter());
1596
newIndex = _table.
GetIndex
(Sort, ((DataViewRowState)_recordStates), GetFilter());