Share via


EnableQueryAttribute.AllowedQueryOptions Property

 

Gets or sets the query parameters that are allowed in queries.

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.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.OData.Query.AllowedQueryOptions

The default includes all query options: $filter, $skip, $top, $orderby, $expand, $select, $count, $format, $skiptoken and $deltatoken.

See Also

EnableQueryAttribute Class
System.Web.OData Namespace

Return to top