Share via


OrderByNode Class

Represents a single order by expression in the $orderby clause.

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.Query.OrderByNode
    System.Web.Http.OData.Query.OrderByItNode
    System.Web.Http.OData.Query.OrderByPropertyNode

Namespace:  System.Web.Http.OData.Query
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public MustInherit Class OrderByNode
'Usage
Dim instance As OrderByNode
public abstract class OrderByNode
public ref class OrderByNode abstract
[<AbstractClassAttribute>]
type OrderByNode =  class end
public abstract class OrderByNode

The OrderByNode type exposes the following members.

Constructors

  Name Description
Protected method OrderByNode Initializes a new instance of the OrderByNode class.

Top

Properties

  Name Description
Public property Direction Gets the OrderByDirection for the current node.

Top

Methods

  Name Description
Public methodStatic member CreateCollection Creates a list of OrderByPropertyNode instances from a linked list of OrderByClause instances.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Http.OData.Query Namespace