EnableQueryAttribute.AllowedArithmeticOperators Property
Gets or sets a value that represents a list of allowed arithmetic operators including 'add', 'sub', 'mul', 'div', 'mod'.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public AllowedArithmeticOperators AllowedArithmeticOperators { get; set; }
public:
property AllowedArithmeticOperators AllowedArithmeticOperators {
AllowedArithmeticOperators get();
void set(AllowedArithmeticOperators value);
}
member AllowedArithmeticOperators : AllowedArithmeticOperators with get, set
Public Property AllowedArithmeticOperators As AllowedArithmeticOperators
Property Value
Type: System.Web.OData.Query.AllowedArithmeticOperators
See Also
EnableQueryAttribute Class
System.Web.OData Namespace
Return to top