QueryableRestrictionsAnnotation Class

Definition

Represents an annotation to add the queryable restrictions on an EDM property, including not filterable, not sortable, not navigable, not expandable, not countable, automatically expand.

public class QueryableRestrictionsAnnotation
type QueryableRestrictionsAnnotation = class
Public Class QueryableRestrictionsAnnotation
Inheritance
QueryableRestrictionsAnnotation

Constructors

QueryableRestrictionsAnnotation(QueryableRestrictions)

Initializes a new instance of QueryableRestrictionsAnnotation class.

Properties

Restrictions

Gets the restrictions for the EDM property.

Applies to