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