OrderByItNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
OrderByItNode(OrderByDirection) |
Instantiates a new instance of OrderByItNode class. |
Properties
Direction |
Gets the OrderByDirection for the current node. (Inherited from OrderByNode) |