Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Overload List
| Name | Description | |
|---|---|---|
| .jpeg) | QueryableRestrictions() | Initializes a new instance of the QueryableRestrictions class. | 
| .jpeg) | QueryableRestrictions(PropertyConfiguration) | Initializes a new instance of the QueryableRestrictions class. | 
See Also
QueryableRestrictions Class
System.Web.OData Namespace
Return to top
QueryableRestrictions Constructor ()
Initializes a new instance of the QueryableRestrictions class.
Syntax
public QueryableRestrictions()
public:
QueryableRestrictions()
new : unit -> QueryableRestrictions
Public Sub New
Return to top
QueryableRestrictions Constructor (PropertyConfiguration)
Initializes a new instance of the QueryableRestrictions class.
Syntax
public QueryableRestrictions(
    PropertyConfiguration propertyConfiguration
)
public:
QueryableRestrictions(
    PropertyConfiguration^ propertyConfiguration
)
new : 
        propertyConfiguration:PropertyConfiguration -> QueryableRestrictions
Public Sub New (
    propertyConfiguration As PropertyConfiguration
)
Parameters
- propertyConfiguration 
 Type: System.Web.OData.Builder.PropertyConfiguration- The PropertyConfiguration containing queryable restrictions. 
Return to top