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