ODataValidationSettings.MaxOrderByNodeCount Property
Gets or sets the maximum number of expressions that can be present in the $orderby.
Namespace: System.Web.Http.OData.Query
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
ODataValidationSettings Class
System.Web.Http.OData.Query Namespace
Return to top