Condividi tramite


GroupByToken Costruttore

Definizione

Creare un oggetto 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)

Parametri

properties
IEnumerable<EndPathToken>

Elenco di gruppi in base alle proprietà.

child
ApplyTransformationToken

Figlio di questo token.

Si applica a