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