AggregateToken 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 d’agrégation.
public sealed class AggregateToken : Microsoft.OData.UriParser.Aggregation.ApplyTransformationToken
type AggregateToken = class
inherit ApplyTransformationToken
Public NotInheritable Class AggregateToken
Inherits ApplyTransformationToken
- Héritage
Constructeurs
AggregateToken(IEnumerable<AggregateTokenBase>) |
Créez un AggregateTransformationToken. |
Propriétés
AggregateExpressions |
Obtient les expressions de ce jeton. |
Expressions |
Obsolète.
Créez un AggregateToken. |
Kind |
Obtient le type de ce jeton. |
Méthodes
Accept<T>(ISyntacticTreeVisitor<T>) |
Accepter un ISyntacticTreeVisitor<T> pour marcher un arbre de QueryTokens. |