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