Share via


OrderByOpenPropertyNode(OrderByClause) Constructor

Definition

Initializes a new instance of the OrderByOpenPropertyNode class.

public OrderByOpenPropertyNode (Microsoft.OData.UriParser.OrderByClause orderByClause);
new Microsoft.AspNet.OData.Query.OrderByOpenPropertyNode : Microsoft.OData.UriParser.OrderByClause -> Microsoft.AspNet.OData.Query.OrderByOpenPropertyNode
Public Sub New (orderByClause As OrderByClause)

Parameters

orderByClause
OrderByClause

The order by clause for this open property.

Applies to