OrderByNode Class
Represents a single order by expression in the $orderby clause.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Query.OrderByNode
System.Web.Http.OData.Query.OrderByItNode
System.Web.Http.OData.Query.OrderByPropertyNode
Syntax
public abstract class OrderByNode
public ref class OrderByNode abstract
[<AbstractClass>]
type OrderByNode = class end
Public MustInherit Class OrderByNode
Constructors
Name | Description | |
---|---|---|
OrderByNode(OrderByDirection) | Initializes a new instance of the OrderByNode class. |
Properties
Name | Description | |
---|---|---|
Direction | Gets the OrderByDirection for the current node. |
Methods
Name | Description | |
---|---|---|
CreateCollection(OrderByClause) | Creates a list of OrderByNode instances from a linked list of OrderByClause instances. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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
System.Web.Http.OData.Query Namespace
Return to top