AggregateExpressionToken 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 une expression d’agrégation.
public sealed class AggregateExpressionToken : Microsoft.OData.UriParser.Aggregation.AggregateTokenBase
type AggregateExpressionToken = class
inherit AggregateTokenBase
Public NotInheritable Class AggregateExpressionToken
Inherits AggregateTokenBase
- Héritage
Constructeurs
AggregateExpressionToken(QueryToken, AggregationMethod, String) |
Créez un AggregateExpressionToken. |
AggregateExpressionToken(QueryToken, AggregationMethodDefinition, String) |
Créez un AggregateExpressionToken. |
Propriétés
Alias |
Obtient l’alias. |
Expression |
Obtient l’expression . |
Kind |
Obtient le type de ce jeton. |
Method |
Obtient la valeur AggregationMethod de ce jeton. |
MethodDefinition |
Obtient la définition de méthode d’agrégation. |
Méthodes
Accept<T>(ISyntacticTreeVisitor<T>) |
Acceptez un ISyntacticTreeVisitor<T> pour marcher sur un arbre de QueryTokens. |