Share via


OrderByPropertyNode Constructor (IEdmProperty, OrderByDirection)

Instantiates a new instance of the OrderByPropertyNode class.

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

Syntax

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

Dim instance As New OrderByPropertyNode(property, _
    direction)
public OrderByPropertyNode(
    IEdmProperty property,
    OrderByDirection direction
)
public:
OrderByPropertyNode(
    IEdmProperty^ property, 
    OrderByDirection direction
)
new : 
        property:IEdmProperty * 
        direction:OrderByDirection -> OrderByPropertyNode
public function OrderByPropertyNode(
    property : IEdmProperty, 
    direction : OrderByDirection
)

Parameters

  • property
    Type: IEdmProperty
    The IEdmProperty for this node.

See Also

Reference

OrderByPropertyNode Class

OrderByPropertyNode Overload

System.Web.Http.OData.Query Namespace