Gets or sets whether the property is unsortable. default is false.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public bool Unsortable { get; set; }
public:
property bool Unsortable {
    bool get();
    void set(bool value);
}
member Unsortable : bool with get, set
Public Property Unsortable As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
QueryableRestrictions Class
System.Web.OData Namespace
Return to top