OrderByOpenPropertyNode(OrderByClause) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.