OrderByCountNode Class

Definition

Represents an order by IEdmProperty expression.

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

Constructors

OrderByCountNode(OrderByClause)

Initializes a new instance of the OrderByCountNode class.

Properties

Direction

Gets the OrderByDirection for the current node.

(Inherited from OrderByNode)
OrderByClause

Gets the OrderByClause of this node.

Applies to