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