QueryableRestrictions Class

 

Represents a queryable restriction on an EDM property, including not filterable, not sortable, not navigable, not expandable or not countable.

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData::QueryableRestrictions

public ref class QueryableRestrictions 

NameDescription
System_CAPS_pubmethodQueryableRestrictions()

Initializes a new instance of the QueryableRestrictions class.

System_CAPS_pubmethodQueryableRestrictions(PropertyConfiguration^)

Initializes a new instance of the QueryableRestrictions class.

NameDescription
System_CAPS_pubpropertyAutoExpand

Gets or sets whether the property is automatically expanded. default is false.

System_CAPS_pubpropertyNonFilterable

Gets or sets whether the property is nonfilterable. default is false.

System_CAPS_pubpropertyNotCountable

Gets or sets whether the property is not countable. default is false.

System_CAPS_pubpropertyNotExpandable

Gets or sets whether the property is not expandable. default is false.

System_CAPS_pubpropertyNotFilterable

Gets or sets whether the property is not filterable. default is false.

System_CAPS_pubpropertyNotNavigable

Gets or sets whether the property is not navigable. default is false.

System_CAPS_pubpropertyNotSortable

Gets or sets whether the property is not sortable. default is false.

System_CAPS_pubpropertyUnsortable

Gets or sets whether the property is unsortable. default is false.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: