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