EnableQueryAttribute.AllowedQueryOptions Property

Definition

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.

Applies to