OrderByOpenPropertyNode Class

Definition

Represents ordering on a dynamic property

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

Constructors

OrderByOpenPropertyNode(OrderByClause)

Initializes a new instance of the OrderByOpenPropertyNode class.

Properties

Direction

Gets the OrderByDirection for the current node.

(Inherited from OrderByNode)
OrderByClause

The order by clause

PropertyName

The name of the dynamic property

Applies to