Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property int MaxOrderByNodeCount {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32
Return to top
Show: