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