OrderByPropertyNode Class

Definition

Represents an order by IEdmProperty expression.

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

Constructors

OrderByPropertyNode(IEdmProperty, OrderByDirection)

Initializes a new instance of the OrderByPropertyNode class.

OrderByPropertyNode(OrderByClause)

Initializes a new instance of the OrderByPropertyNode class.

Properties

Direction

Gets the OrderByDirection for the current node.

(Inherited from OrderByNode)
OrderByClause

Gets the OrderByClause of this node.

Property

Gets the IEdmProperty for the current node.

Applies to