QueryableRestrictionsAnnotation(QueryableRestrictions) Constructor
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.
Initializes a new instance of QueryableRestrictionsAnnotation class.
public QueryableRestrictionsAnnotation (Microsoft.AspNet.OData.QueryableRestrictions restrictions);
new Microsoft.AspNet.OData.QueryableRestrictionsAnnotation : Microsoft.AspNet.OData.QueryableRestrictions -> Microsoft.AspNet.OData.QueryableRestrictionsAnnotation
Public Sub New (restrictions As QueryableRestrictions)
Parameters
- restrictions
- QueryableRestrictions
The queryable restrictions for the EDM property.