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