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