EnableQueryAttribute.MaxOrderByNodeCount Property

 

Gets or sets the maximum number of expressions that can be present in the $orderby.

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

Syntax

public int MaxOrderByNodeCount { get; set; }
public:
property int MaxOrderByNodeCount {
    int get();
    void set(int value);
}
member MaxOrderByNodeCount : int with get, set
Public Property MaxOrderByNodeCount As Integer

Property Value

Type: System.Int32

See Also

EnableQueryAttribute Class
System.Web.Http.OData Namespace

Return to top