| And |
|
| BaseEvaluator |
|
| BaseEvaluator.QueryValue |
This kind of query value represents a sub-query.
|
| BaseEvaluator.ReplaceableValue |
Return the object that is in the specific position into the parameters array.
|
| BooleanEvaluator |
|
| Distinct |
Compare two object and return true if the objects are distinct and false in other ways.
|
| Equals |
Compare two object and return true if the objects are equals and false in other ways.
|
| EvaluatorCollection |
Collection of evaluator components.
|
| FieldEvaluator |
This abstract class define the structure of the evaluating.
|
| GreaterThan |
Evaluate if the field's value of the instance is greater than the
parameter value.
|
| GreaterThanOrEqual |
|
| In |
|
| Like |
|
| NotIn |
|
| Or |
Evaluate all the evaluators into the collection and concat all the result with or operation.
|
| SmallerThan |
|
| SmallerThanOrEqual |
|
| TrueEvaluator |
This kind of evaluator is used to reduce the query.
|