| GreaterEqualOpPredicateProducers Class | 
Namespace: SD.LLBLGen.Pro.QuerySpec
| Name | Description | |
|---|---|---|
| GreaterEqual(IEntityFieldCore, IEntityFieldCore) | 
            Creates a greater or equal comparison predicate between the two fields specified.
              | |
| GreaterEqual(IEntityFieldCore, IExpression) | 
            Creates a greater or equal comparison predicate between the field and the expression specified.
              | |
| GreaterEqual(IEntityFieldCore, Object) | 
            Creates a greater or equal comparison predicate between the expression and the value specified. 
              | |
| GreaterEqual(IExpression, IEntityFieldCore) | 
            Creates a greater or equal comparison predicate between the expression and the field specified.
              | |
| GreaterEqual(IExpression, IExpression) | 
            Creates a greater or equal comparison predicate between the two expressions specified.
              | |
| GreaterEqual(IExpression, Object) | 
            Creates a greater or equal comparison predicate between the expression and the value specified. If the value is null or DBNull.Value a null comparison predicate is created
              |