EntityFieldLessThan Operator |
Name | Description | |
---|---|---|
![]() ![]() | LessThan(EntityField, EntityField) |
Operator overload for the '<' operator to produce a FieldCompareExpressionPredicate to represent leftOperand < rigthOperand
|
![]() ![]() | LessThan(EntityField, EntityProperty) |
Operator overload for the '<' operator to produce a FieldCompareExpressionPredicate to represent leftOperand < rigthOperand
|
![]() ![]() | LessThan(EntityField, IExpression) |
Operator overload for the '<' operator to produce a FieldCompareExpression predicate.
|
![]() ![]() | LessThan(EntityField, Object) |
Operator overload for the '<' operator to produce a FieldCompareValuePredicate.
|