QueryableRestrictions Constructors
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.
Overloads
QueryableRestrictions() |
Initializes a new instance of the QueryableRestrictions class. |
QueryableRestrictions(PropertyConfiguration) |
Initializes a new instance of the QueryableRestrictions class. |
QueryableRestrictions()
Initializes a new instance of the QueryableRestrictions class.
public QueryableRestrictions ();
Public Sub New ()
Applies to
QueryableRestrictions(PropertyConfiguration)
Initializes a new instance of the QueryableRestrictions class.
public QueryableRestrictions (Microsoft.AspNet.OData.Builder.PropertyConfiguration propertyConfiguration);
new Microsoft.AspNet.OData.QueryableRestrictions : Microsoft.AspNet.OData.Builder.PropertyConfiguration -> Microsoft.AspNet.OData.QueryableRestrictions
Public Sub New (propertyConfiguration As PropertyConfiguration)
Parameters
- propertyConfiguration
- PropertyConfiguration
The PropertyConfiguration containing queryable restrictions.