Click or drag to resize
BetweenPredicateProducersNotBetween Method
Overload List
  NameDescription
Public methodStatic memberNotBetween(IEntityFieldCore, Object, Object)
Creates a Between predicate which is true if the field specified is not between valueBegin and valueEnd, valueBegin and valueEnd included.
Public methodStatic memberNotBetween(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.
Top
See Also