Condividi tramite


ComputeToken Classe

Definizione

Token di query che rappresenta un token di calcolo.

public sealed class ComputeToken : Microsoft.OData.UriParser.Aggregation.ApplyTransformationToken
type ComputeToken = class
    inherit ApplyTransformationToken
Public NotInheritable Class ComputeToken
Inherits ApplyTransformationToken
Ereditarietà

Costruttori

ComputeToken(IEnumerable<ComputeExpressionToken>)

Creare un computeToken.

Proprietà

Expressions

Ottiene l'elenco di ComputeExpressionToken.

Kind

Ottiene il tipo di token.

Metodi

Accept<T>(ISyntacticTreeVisitor<T>)

Accettare un ISyntacticTreeVisitor<T> oggetto per camminare un albero di QueryTokens.

Si applica a