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