GroupByToken Constructor
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.
Create a GroupByToken.
public GroupByToken (System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.EndPathToken> properties, Microsoft.OData.UriParser.Aggregation.ApplyTransformationToken child);
new Microsoft.OData.UriParser.Aggregation.GroupByToken : seq<Microsoft.OData.UriParser.EndPathToken> * Microsoft.OData.UriParser.Aggregation.ApplyTransformationToken -> Microsoft.OData.UriParser.Aggregation.GroupByToken
Public Sub New (properties As IEnumerable(Of EndPathToken), child As ApplyTransformationToken)
Parameters
- properties
- IEnumerable<EndPathToken>
The list of group by properties.
- child
- ApplyTransformationToken
The child of this token.