ODataValidationSettings.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 inside query. The default is all query options, including $filter, $skip, $top, $orderby, $expand, $select, $count, $format, $skiptoken and $deltatoken.
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