Table of Contents

Class QueryableAttribute

Namespace
System.Web.Http
Assembly
System.Web.Http.OData.dll

Enables a controller action to support OData query parameters.

[Obsolete("This class is obsolete; use the EnableQueryAttribute class from the System.Web.Http.OData or System.Web.OData namespace.")]
public class QueryableAttribute : EnableQueryAttribute
Inheritance
QueryableAttribute
Inherited Members

Constructors

QueryableAttribute()

Initializes a new instance of the QueryableAttribute class.

public QueryableAttribute()