Share via


QueryableRestrictionsAnnotation(QueryableRestrictions) Constructor

Definition

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.

Applies to