Share via


AggregateExpressionToken Class

Definition

Query token representing an Aggregate expression.

public sealed class AggregateExpressionToken : Microsoft.OData.UriParser.Aggregation.AggregateTokenBase
type AggregateExpressionToken = class
    inherit AggregateTokenBase
Public NotInheritable Class AggregateExpressionToken
Inherits AggregateTokenBase
Inheritance

Constructors

AggregateExpressionToken(QueryToken, AggregationMethod, String)

Create an AggregateExpressionToken.

AggregateExpressionToken(QueryToken, AggregationMethodDefinition, String)

Create an AggregateExpressionToken.

Properties

Alias

Gets the alias.

Expression

Gets the expression.

Kind

Gets the kind of this token.

Method

Gets the AggregationMethod of this token.

MethodDefinition

Gets the aggregate method definition.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens.

Applies to