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