Click or drag to resize
LesserThanOpPredicateProducers Methods
Methods
  NameDescription
Public methodStatic memberLesserThan(IEntityFieldCore, IEntityFieldCore)
Creates a lesser than comparison predicate between the two fields specified.
Public methodStatic memberLesserThan(IEntityFieldCore, IExpression)
Creates a lesser than comparison predicate between the field and the expression specified.
Public methodStatic memberLesserThan(IEntityFieldCore, Object)
Creates a lesser than comparison predicate between the expression and the value specified.
Public methodStatic memberLesserThan(IExpression, IEntityFieldCore)
Creates a lesser than comparison predicate between the expression and the field specified.
Public methodStatic memberLesserThan(IExpression, IExpression)
Creates a lesser than comparison predicate between the two expressions specified.
Public methodStatic memberLesserThan(IExpression, Object)
Creates a lesser than comparison predicate between the expression and the value specified. If the value is null or DBNull.Value a null comparison predicate is created
Top
See Also