BetweenPredicateProducersBetween Method |
Name | Description | |
---|---|---|
Between(IEntityFieldCore, Object, Object) |
Creates a Between predicate which is true if the field specified is between valueBegin and valueEnd, valueBegin and valueEnd included.
| |
Between(IExpression, Object, Object) |
Creates a Between predicate which is true if the result of the expression specified is between valueBegin and valueEnd, valueBegin and valueEnd included.
|