Share via


ComputeExpressionToken Class

Definition

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
ComputeExpressionToken

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.

Applies to