OrderByToken Class
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.
Lexical token representing an order by operation.
public sealed class OrderByToken : Microsoft.OData.UriParser.QueryToken
type OrderByToken = class
inherit QueryToken
Public NotInheritable Class OrderByToken
Inherits QueryToken
- Inheritance
Constructors
| OrderByToken(QueryToken, OrderByDirection) |
Create a new OrderByToken given the expression and direction |
Properties
| Direction |
The direction of the ordering. |
| Expression |
The expression according to which to order the results. |
| Kind |
The kind of the query token. |
Methods
| Accept<T>(ISyntacticTreeVisitor<T>) |
Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens. |