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