[]
Filter expression which takes a predicate as the filtering function.
public class FilterPredicateExpression : FilterExpression
Because predicates are opaque to the data collection, this kind of filters can not be passed to servers.
Name | Description |
---|---|
FilterPredicateExpression(Func<object, bool>) | Initializes a new instance of the FilterPredicateExpression class. |
FilterPredicateExpression(Func<object, int, bool>) | Initializes a new instance of the FilterPredicateExpression class. |
Name | Description |
---|---|
Predicate | Gets the predicate which will filter the collection. |
Name | Description |
---|---|
Equals(object?) | |
GetHashCode() |