[]
Represents the expression which takes a predicate as the filtering function.
public class PredicateExpression : Expression, INotifyPropertyChanged
The PredicateExpression can not be used with the DataTable class.
Name | Description |
---|---|
PredicateExpression() |
Name | Description |
---|---|
Predicate | Gets the predicate which will filter the collection. |
Name | Description |
---|---|
GetFilterExpression() | Converts current the PredicateExpression to the FilterExpression. |