ComputeExpressionToken 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.
Query token representing an Aggregate token.
public sealed class ComputeExpressionToken : Microsoft.OData.UriParser.QueryToken
type ComputeExpressionToken = class
inherit QueryToken
Public NotInheritable Class ComputeExpressionToken
Inherits QueryToken
- Inheritance
Constructors
| ComputeExpressionToken(QueryToken, String) |
Create an ComputeExpressionToken. |
Properties
| Alias |
Gets the alias of the computation. |
| Expression |
Gets the QueryToken. |
| Kind |
Gets the kind of this token. |
Methods
| Accept<T>(ISyntacticTreeVisitor<T>) |
Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens. |