OrderByNode Class

Definition

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.

Applies to