Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Overload List
Name | Description | |
---|---|---|
![]() |
QueryableRestrictions() | Initializes a new instance of the QueryableRestrictions class. |
![]() |
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.PropertyConfigurationThe PropertyConfiguration containing queryable restrictions.
Return to top