OrderByCountNode(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 OrderByCountNode class.
public OrderByCountNode (Microsoft.OData.UriParser.OrderByClause orderByClause);
new Microsoft.AspNet.OData.Query.OrderByCountNode : Microsoft.OData.UriParser.OrderByClause -> Microsoft.AspNet.OData.Query.OrderByCountNode
Public Sub New (orderByClause As OrderByClause)
Parameters
- orderByClause
- OrderByClause
The orderby clause representing property access.