Share via


OrderByItNode Constructor

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

'Declaration
Public Sub New ( _
    direction As OrderByDirection _
)
'Usage
Dim direction As OrderByDirection 

Dim instance As New OrderByItNode(direction)
public OrderByItNode(
    OrderByDirection direction
)
public:
OrderByItNode(
    OrderByDirection direction
)
new : 
        direction:OrderByDirection -> OrderByItNode
public function OrderByItNode(
    direction : OrderByDirection
)

Parameters

See Also

Reference

OrderByItNode Class

System.Web.Http.OData.Query Namespace