Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Arithmetic operators to allow for querying using $filter.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
[FlagsAttribute]
public enum AllowedArithmeticOperators
[FlagsAttribute]
public enum class AllowedArithmeticOperators
[<FlagsAttribute>]
type AllowedArithmeticOperators
<FlagsAttribute>
Public Enumeration AllowedArithmeticOperators
Members
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. |
See Also
System.Web.Http.OData.Query Namespace
Return to top