OrderByItNode Class
Represents the order by expression '$it' in the $orderby clause.
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Query.OrderByNode
System.Web.Http.OData.Query.OrderByItNode
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Class OrderByItNode _
Inherits OrderByNode
'Usage
Dim instance As OrderByItNode
public class OrderByItNode : OrderByNode
public ref class OrderByItNode : public OrderByNode
type OrderByItNode =
class
inherit OrderByNode
end
public class OrderByItNode extends OrderByNode
The OrderByItNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OrderByItNode | Instantiates a new instance of OrderByItNode class. |
Top
Properties
Name | Description | |
---|---|---|
Direction | Gets the OrderByDirection for the current node. (Inherited from OrderByNode.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.