GroupByToken Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créez un 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)
Paramètres
- properties
- IEnumerable<EndPathToken>
Liste des propriétés regrouper par.
- child
- ApplyTransformationToken
Enfant de ce jeton.