4 references to GetIndex
System.Data.Common (4)
System\Data\DataColumn.cs (1)
1077
_sortIndex = _table!.
GetIndex
(indexDesc, DataViewRowState.CurrentRows, null);
System\Data\DataKey.cs (1)
212
return _columns[0].Table!.
GetIndex
(indexDesc, recordStates, null);
System\Data\DataTable.cs (2)
3177
GetIndex
(indexDesc, DataViewRowState.CurrentRows, null);
3180
GetIndex
(ParseSortString(sort), recordStates, rowFilter);