AggregateTokenBase 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.
Base class for Aggregate transformation tokens
public abstract class AggregateTokenBase : Microsoft.OData.UriParser.Aggregation.ApplyTransformationToken
type AggregateTokenBase = class
inherit ApplyTransformationToken
Public MustInherit Class AggregateTokenBase
Inherits ApplyTransformationToken
- Inheritance
- Derived
Constructors
AggregateTokenBase() |
Properties
Kind |
The kind of the query token. (Inherited from QueryToken) |
Methods
Accept<T>(ISyntacticTreeVisitor<T>) |
Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens. (Inherited from QueryToken) |