Click or drag to resize
BetweenPredicateProducers Methods
Methods
  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.
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