OrderByItNode Class

Definition

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

public class OrderByItNode : Microsoft.AspNet.OData.Query.OrderByNode
type OrderByItNode = class
    inherit OrderByNode
Public Class OrderByItNode
Inherits OrderByNode
Inheritance
OrderByItNode

Constructors

OrderByItNode(OrderByDirection)

Instantiates a new instance of OrderByItNode class.

Properties

Direction

Gets the OrderByDirection for the current node.

(Inherited from OrderByNode)

Applies to