Click or drag to resize
EntityFieldGreaterThan Operator
Overload List
  NameDescription
Public operatorStatic memberGreaterThan(EntityField, EntityField)
Operator overload for the '>' operator to produce a FieldCompareExpressionPredicate to represent leftOperand > rigthOperand
Public operatorStatic memberGreaterThan(EntityField, EntityProperty)
Operator overload for the '>' operator to produce a FieldCompareExpressionPredicate to represent leftOperand > rigthOperand
Public operatorStatic memberGreaterThan(EntityField, IExpression)
Operator overload for the '>' operator to produce a FieldCompareExpression predicate.
Public operatorStatic memberGreaterThan(EntityField, Object)
Operator overload for the '>' operator to produce a FieldCompareValuePredicate.
Top
See Also