Partager via


ComputeToken Classe

Définition

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.

S’applique à