Share via


GroupByToken Class

Definition

Query token representing a GroupBy token.

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

Constructors

GroupByToken(IEnumerable<EndPathToken>, ApplyTransformationToken)

Create a GroupByToken.

Properties

Child

Gets the child of this token.

Kind

Gets the kind of this token.

Properties

Gets the list of group by properties.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

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

Applies to