| EntityPropertyLessThan Operator |
| Name | Description | |
|---|---|---|
| LessThan(EntityProperty, EntityField2) |
Operator overload for the '<' operator to produce a FieldCompareExpressionPredicate to represent leftOperand < rigthOperand
| |
| LessThan(EntityProperty, EntityProperty) |
Operator overload for the '<' operator to produce a FieldCompareExpressionPredicate to represent leftOperand < rigthOperand
| |
| LessThan(EntityProperty, Expression) |
Operator overload for the '<' operator to produce a FieldCompareExpression predicate.
| |
| LessThan(EntityProperty, Object) |
Operator overload for the '<' operator to produce a FieldCompareValuePredicate.
|