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