OrderByItNode Constructor (OrderByDirection)
Instantiates a new instance of OrderByItNode class.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public OrderByItNode(
OrderByDirection direction
)
public:
OrderByItNode(
OrderByDirection direction
)
new :
direction:OrderByDirection -> OrderByItNode
Public Sub New (
direction As OrderByDirection
)
Parameters
direction
Type: Microsoft.Data.OData.Query.OrderByDirectionThe OrderByDirection for this node.
See Also
OrderByItNode Class
System.Web.Http.OData.Query Namespace
Return to top