ComputeToken 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 de calcul.
public sealed class ComputeToken : Microsoft.OData.UriParser.Aggregation.ApplyTransformationToken
type ComputeToken = class
inherit ApplyTransformationToken
Public NotInheritable Class ComputeToken
Inherits ApplyTransformationToken
- Héritage
Constructeurs
ComputeToken(IEnumerable<ComputeExpressionToken>) |
Créez un ComputeToken. |
Propriétés
Expressions |
Obtient la liste de ComputeExpressionToken. |
Kind |
Obtient le type de ce jeton. |
Méthodes
Accept<T>(ISyntacticTreeVisitor<T>) |
Acceptez un ISyntacticTreeVisitor<T> pour marcher sur un arbre de QueryTokens. |