/// <summary> /// Initializes a new instance of <see cref="QueryableRestrictionsAnnotation"/> class. /// </summary> /// <param name="restrictions">The queryable restrictions for the EDM property.</param> public QueryableRestrictionsAnnotation(QueryableRestrictions restrictions) { if (restrictions == null) { throw Error.ArgumentNull("restrictions"); } Restrictions = restrictions; }