GreaterThanOpPredicateProducersGreaterThan Method |
Name | Description | |
---|---|---|
![]() ![]() | GreaterThan(IEntityFieldCore, IEntityFieldCore) |
Creates a greater than comparison predicate between the two fields specified.
|
![]() ![]() | GreaterThan(IEntityFieldCore, IExpression) |
Creates a greater than comparison predicate between the field and the expression specified.
|
![]() ![]() | GreaterThan(IEntityFieldCore, Object) |
Creates a greater than comparison predicate between the expression and the value specified.
|
![]() ![]() | GreaterThan(IExpression, IEntityFieldCore) |
Creates a greater than comparison predicate between the expression and the field specified.
|
![]() ![]() | GreaterThan(IExpression, IExpression) |
Creates a greater than comparison predicate between the two expressions specified.
|
![]() ![]() | GreaterThan(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
|