Share via


OrderByItNode(OrderByDirection) Constructor

Definition

Instantiates a new instance of OrderByItNode class.

public OrderByItNode (Microsoft.OData.UriParser.OrderByDirection direction);
new Microsoft.AspNet.OData.Query.OrderByItNode : Microsoft.OData.UriParser.OrderByDirection -> Microsoft.AspNet.OData.Query.OrderByItNode
Public Sub New (direction As OrderByDirection)

Parameters

direction
OrderByDirection

The OrderByDirection for this node.

Applies to