Click or drag to resize
GreaterThanOpPredicateProducersGreaterThan Method
Overload List
  NameDescription
Public methodStatic memberGreaterThan(IEntityFieldCore, IEntityFieldCore)
Creates a greater than comparison predicate between the two fields specified.
Public methodStatic memberGreaterThan(IEntityFieldCore, IExpression)
Creates a greater than comparison predicate between the field and the expression specified.
Public methodStatic memberGreaterThan(IEntityFieldCore, Object)
Creates a greater than comparison predicate between the expression and the value specified.
Public methodStatic memberGreaterThan(IExpression, IEntityFieldCore)
Creates a greater than comparison predicate between the expression and the field specified.
Public methodStatic memberGreaterThan(IExpression, IExpression)
Creates a greater than comparison predicate between the two expressions specified.
Public methodStatic memberGreaterThan(IExpression, Object)
Creates a greater than comparison predicate between the expression and the value specified. If the value is null or DBNull.Value a null comparison predicate is created
Top
See Also