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.
Initializes a new instance of QueryableRestrictionsAnnotation class.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public QueryableRestrictionsAnnotation(
    QueryableRestrictions restrictions
)
public:
QueryableRestrictionsAnnotation(
    QueryableRestrictions^ restrictions
)
new : 
        restrictions:QueryableRestrictions -> QueryableRestrictionsAnnotation
Public Sub New (
    restrictions As QueryableRestrictions
)
Parameters
- restrictions 
 Type: System.Web.OData.QueryableRestrictions- The queryable restrictions for the EDM property. 
See Also
QueryableRestrictionsAnnotation Class
System.Web.OData Namespace
Return to top