EntityField2GreaterThanOrEqual Operator |
Name | Description | |
---|---|---|
![]() ![]() | GreaterThanOrEqual(EntityField2, EntityField2) |
Operator overload for the '>=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand >= rigthOperand
|
![]() ![]() | GreaterThanOrEqual(EntityField2, EntityProperty) |
Operator overload for the '>=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand >= rigthOperand
|
![]() ![]() | GreaterThanOrEqual(EntityField2, IExpression) |
Operator overload for the '>=' operator to produce a FieldCompareExpression predicate.
|
![]() ![]() | GreaterThanOrEqual(EntityField2, Object) |
Operator overload for the '>=' operator to produce a FieldCompareValuePredicate.
|