OrderByNode 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 a single order by expression in the $orderby clause.
public abstract class OrderByNode
type OrderByNode = class
Public MustInherit Class OrderByNode
- Inheritance
-
OrderByNode
- Derived
Constructors
OrderByNode(OrderByClause) |
Initializes a new instance of the OrderByNode class. |
OrderByNode(OrderByDirection) |
Initializes a new instance of the OrderByNode class. |
Properties
Direction |
Gets the OrderByDirection for the current node. |
Methods
CreateCollection(OrderByClause) |
Creates a list of OrderByNode instances from a linked list of OrderByClause instances. |