LesserThanOpPredicateProducersLesserThan Method |
Name | Description | |
---|---|---|
LesserThan(IEntityFieldCore, IEntityFieldCore) |
Creates a lesser than comparison predicate between the two fields specified.
| |
LesserThan(IEntityFieldCore, IExpression) |
Creates a lesser than comparison predicate between the field and the expression specified.
| |
LesserThan(IEntityFieldCore, Object) |
Creates a lesser than comparison predicate between the expression and the value specified.
| |
LesserThan(IExpression, IEntityFieldCore) |
Creates a lesser than comparison predicate between the expression and the field specified.
| |
LesserThan(IExpression, IExpression) |
Creates a lesser than comparison predicate between the two expressions specified.
| |
LesserThan(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
|