AllowedArithmeticOperators Enumeration
Arithmetic operators to allow for querying using $filter.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Member name | Description | |
|---|---|---|
| Add | A value that corresponds to allowing 'Add' arithmetic operator in $filter. | |
| All | A value that corresponds to allowing all arithmetic operators in $filter. | |
| Divide | A value that corresponds to allowing 'Divide' arithmetic operator in $filter. | |
| Modulo | A value that corresponds to allowing 'Modulo' arithmetic operator in $filter. | |
| Multiply | A value that corresponds to allowing 'Multiply' arithmetic operator in $filter. | |
| None | A value that corresponds to allowing no arithmetic operators in $filter. | |
| Subtract | A value that corresponds to allowing 'Subtract' arithmetic operator in $filter. |
Show: