7 references to SetIndex2
System.Data.Common (7)
System\Data\DataTable.cs (1)
1257view.SetIndex2("", DataViewRowState.CurrentRows, null, true);
System\Data\DataView.cs (5)
113SetIndex2("", DataViewRowState.CurrentRows, null, true); 122SetIndex2("", DataViewRowState.CurrentRows, null, true); 190SetIndex2("", RowState, ((null != predicate) ? new RowPredicateFilter(predicate) : null), true); 504SetIndex2("", DataViewRowState.CurrentRows, null, false); 1525SetIndex2(newSort, newRowStates, newRowFilter, true);
System\Data\RelatedView.cs (1)
89SetIndex2(newSort, newRowStates, newRowFilter, false);