2 references to RowPredicateFilter
System.Data (2)
fx\src\data\System\Data\DataView.cs (2)
192SetIndex2("", RowState, ((null != predicate) ? new RowPredicateFilter(predicate) : null), true); 389SetIndex(Sort, RowStateFilter, ((null != value) ? new RowPredicateFilter(value) : null));