OrderByNode Constructors
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.
Overloads
OrderByNode(OrderByClause) |
Initializes a new instance of the OrderByNode class. |
OrderByNode(OrderByDirection) |
Initializes a new instance of the OrderByNode class. |
OrderByNode(OrderByClause)
Initializes a new instance of the OrderByNode class.
protected OrderByNode (Microsoft.OData.UriParser.OrderByClause orderByClause);
new Microsoft.AspNet.OData.Query.OrderByNode : Microsoft.OData.UriParser.OrderByClause -> Microsoft.AspNet.OData.Query.OrderByNode
Protected Sub New (orderByClause As OrderByClause)
Parameters
- orderByClause
- OrderByClause
The clause of the sort order.
Applies to
OrderByNode(OrderByDirection)
Initializes a new instance of the OrderByNode class.
protected OrderByNode (Microsoft.OData.UriParser.OrderByDirection direction);
new Microsoft.AspNet.OData.Query.OrderByNode : Microsoft.OData.UriParser.OrderByDirection -> Microsoft.AspNet.OData.Query.OrderByNode
Protected Sub New (direction As OrderByDirection)
Parameters
- direction
- OrderByDirection
The direction of the sort order.