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'.
Namespace: System.Web.Http.OData
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
EnableQueryAttribute Class
System.Web.Http.OData Namespace
Return to top