OrderByNode Constructors

Definition

Overloads

OrderByNode(OrderByClause)

Initializes a new instance of the OrderByNode class.

OrderByNode(OrderByDirection)

Initializes a new instance of the OrderByNode class.

OrderByNode(OrderByClause)

Initializes a new instance of the OrderByNode class.

protected OrderByNode (Microsoft.OData.UriParser.OrderByClause orderByClause);
new Microsoft.AspNet.OData.Query.OrderByNode : Microsoft.OData.UriParser.OrderByClause -> Microsoft.AspNet.OData.Query.OrderByNode
Protected Sub New (orderByClause As OrderByClause)

Parameters

orderByClause
OrderByClause

The clause of the sort order.

Applies to

OrderByNode(OrderByDirection)

Initializes a new instance of the OrderByNode class.

protected OrderByNode (Microsoft.OData.UriParser.OrderByDirection direction);
new Microsoft.AspNet.OData.Query.OrderByNode : Microsoft.OData.UriParser.OrderByDirection -> Microsoft.AspNet.OData.Query.OrderByNode
Protected Sub New (direction As OrderByDirection)

Parameters

direction
OrderByDirection

The direction of the sort order.

Applies to