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