Share via


AggregateToken Class

Definition

Query token representing an Aggregate token.

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

Constructors

AggregateToken(IEnumerable<AggregateTokenBase>)

Create an AggregateTransformationToken.

Properties

AggregateExpressions

Gets the expressions of this token.

Expressions
Obsolete.

Create an AggregateToken.

Kind

Gets the kind of this token.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

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

Applies to