Namespace BpNexT.NET.Filter
Classes
- FilterExpressionVisitor
A visitor class that translates LINQ expressions into a filter string.
- FilterableChangedDataSet<T>
Represents a dataset that supports filtering via a predicate. Calling Filter does not perform LINQ filtering but instead translates the predicate into a filter string that is applied when fetching the data.
- FilterableDataSet<T>
Represents a dataset that supports filtering via a predicate. Calling Filter does not perform LINQ filtering but instead translates the predicate into a filter string that is applied when fetching the data.
- FilterableRangeDataSet<T>
Represents a dataset that supports filtering via a predicate. Calling Filter does not perform LINQ filtering but instead translates the predicate into a filter string that is applied when fetching the data.