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