ODataValidationSettings.AllowedLogicalOperators Property
Gets or sets a list of allowed logical operators such as 'eq', 'ne', 'gt', 'ge', 'lt', 'le', 'and', 'or', 'not'.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public AllowedLogicalOperators AllowedLogicalOperators { get; set; }
public:
property AllowedLogicalOperators AllowedLogicalOperators {
AllowedLogicalOperators get();
void set(AllowedLogicalOperators value);
}
member AllowedLogicalOperators : AllowedLogicalOperators with get, set
Public Property AllowedLogicalOperators As AllowedLogicalOperators
Property Value
Type: System.Web.Http.OData.Query.AllowedLogicalOperators
See Also
ODataValidationSettings Class
System.Web.Http.OData.Query Namespace
Return to top