EnableQueryAttribute.AllowedQueryOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the query parameters that are allowed in queries.
public Microsoft.AspNet.OData.Query.AllowedQueryOptions AllowedQueryOptions { get; set; }
member this.AllowedQueryOptions : Microsoft.AspNet.OData.Query.AllowedQueryOptions with get, set
Public Property AllowedQueryOptions As AllowedQueryOptions
Property Value
The default includes all query options: $filter, $skip, $top, $orderby, $expand, $select, $count, $format, $skiptoken and $deltatoken.