The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EnableQueryAttribute::AllowedLogicalOperators Property
Gets or sets a value that represents a list of allowed logical Operators such as 'eq', 'ne', 'gt', 'ge', 'lt', 'le', 'and', 'or', 'not'.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
public: property AllowedLogicalOperators AllowedLogicalOperators { AllowedLogicalOperators get(); void set(AllowedLogicalOperators value); }
Property Value
Type: System.Web.Http.OData.Query::AllowedLogicalOperators
Show: