Click or drag to resize
EntityPropertyDivision Operator
Overload List
  NameDescription
Public operatorStatic memberDivision(Object, EntityProperty)
Operator overload for the '/' operator to produce an Expression which represents value / field
Public operatorStatic memberDivision(EntityProperty, EntityField2)
Operator overload for the '/' operator to produce an Expression which represents field / field2
Public operatorStatic memberDivision(EntityProperty, EntityProperty)
Operator overload for the '/' operator to produce an Expression which represents field / field2
Public operatorStatic memberDivision(EntityProperty, Expression)
Operator overload for the '/' operator to produce an Expression which represents field / expression
Public operatorStatic memberDivision(EntityProperty, Object)
Operator overload for the '/' operator to produce an Expression which represents field / value
Public operatorStatic memberDivision(Expression, EntityProperty)
Operator overload for the '/' operator to produce an Expression which represents expression / field
Top
See Also