Udostępnij za pośrednictwem


GroupByToken Konstruktor

Definicja

Utwórz token 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)

Parametry

properties
IEnumerable<EndPathToken>

Lista grupowania według właściwości.

child
ApplyTransformationToken

Element podrzędny tego tokenu.

Dotyczy