The PredicateBuilder type exposes the following members.
Methods
Name | Description | |
---|---|---|
AndT |
Combines the first predicate with the second using the logical "and".
|
|
CreateT |
Creates a predicate expression from the specified lambda expression.
|
|
FalseT |
Creates a predicate that evaluates to false.
|
|
NotT |
Negates the predicate.
|
|
OrT |
Combines the first predicate with the second using the logical "or".
|
|
TrueT |
Creates a predicate that evaluates to true.
|
See Also