EntityPropertyLessThanOrEqual Operator |
Name | Description | |
---|---|---|
![]() ![]() | LessThanOrEqual(EntityProperty, EntityField2) |
Operator overload for the '<=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand <= rigthOperand
|
![]() ![]() | LessThanOrEqual(EntityProperty, EntityProperty) |
Operator overload for the '<=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand <= rigthOperand
|
![]() ![]() | LessThanOrEqual(EntityProperty, Expression) |
Operator overload for the '<=' operator to produce a FieldCompareExpression predicate.
|
![]() ![]() | LessThanOrEqual(EntityProperty, Object) |
Operator overload for the '<=' operator to produce a FieldCompareValuePredicate.
|