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