Table of Contents

Class OrderByItNode

Namespace
System.Web.Http.OData.Query
Assembly
System.Web.Http.OData.dll

Represents the order by expression '$it' in the $orderby clause.

public class OrderByItNode : OrderByNode
Inheritance
OrderByItNode
Inherited Members

Constructors

OrderByItNode(OrderByDirection)

Instantiates a new instance of OrderByItNode class.

public OrderByItNode(OrderByDirection direction)

Parameters

direction OrderByDirection

The Microsoft.Data.OData.Query.OrderByDirection for this node.