EnableQueryAttribute.AllowedQueryOptions Property
Gets or sets the query parameters that are allowed in queries. The default is all query options, including $filter, $skip, $top, $orderby, $expand, $select, $inlineCount, $format and $skiptoken.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public AllowedQueryOptions AllowedQueryOptions { get; set; }
public:
property AllowedQueryOptions AllowedQueryOptions {
AllowedQueryOptions get();
void set(AllowedQueryOptions value);
}
member AllowedQueryOptions : AllowedQueryOptions with get, set
Public Property AllowedQueryOptions As AllowedQueryOptions
Property Value
Type: System.Web.Http.OData.Query.AllowedQueryOptions
See Also
EnableQueryAttribute Class
System.Web.Http.OData Namespace
Return to top