GroupByToken Classe
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.
Jeton de requête représentant un jeton GroupBy.
public sealed class GroupByToken : Microsoft.OData.UriParser.Aggregation.ApplyTransformationToken
type GroupByToken = class
inherit ApplyTransformationToken
Public NotInheritable Class GroupByToken
Inherits ApplyTransformationToken
- Héritage
Constructeurs
GroupByToken(IEnumerable<EndPathToken>, ApplyTransformationToken) |
Créez un GroupByToken. |
Propriétés
Child |
Obtient l’enfant de ce jeton. |
Kind |
Obtient le type de ce jeton. |
Properties |
Obtient la liste de groupes par propriétés. |
Méthodes
Accept<T>(ISyntacticTreeVisitor<T>) |
Accepter un ISyntacticTreeVisitor<T> pour marcher un arbre de QueryTokens. |