OrderByToken(QueryToken, OrderByDirection) 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.
Create a new OrderByToken given the expression and direction
public OrderByToken (Microsoft.OData.UriParser.QueryToken expression, Microsoft.OData.UriParser.OrderByDirection direction);
new Microsoft.OData.UriParser.OrderByToken : Microsoft.OData.UriParser.QueryToken * Microsoft.OData.UriParser.OrderByDirection -> Microsoft.OData.UriParser.OrderByToken
Public Sub New (expression As QueryToken, direction As OrderByDirection)
Parameters
- expression
- QueryToken
The expression according to which to order the results.
- direction
- OrderByDirection
The direction of the ordering.