Class OrderByItNode
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
OrderByDirectionThe Microsoft.Data.OData.Query.OrderByDirection for this node.