AggregateToken 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 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. |