EntityPropertySubtraction Operator | 
| Name | Description | |
|---|---|---|
| Subtraction(Object, EntityProperty) | 
            Operator overload for the '-' operator to produce an Expression which represents value - field
              | |
| Subtraction(EntityProperty, EntityProperty) | 
            Operator overload for the '-' operator to produce an Expression which represents field - field2
              | |
| Subtraction(EntityProperty, Expression) | 
            Operator overload for the '-' operator to produce an Expression which represents field - expression
              | |
| Subtraction(EntityProperty, Object) | 
            Operator overload for the '-' operator to produce an Expression which represents field - value
              | |
| Subtraction(Expression, EntityProperty) | 
            Operator overload for the '-' operator to produce an Expression which represents expression - field
              |