Share via


ComputeToken Class

Definition

Query token representing an Compute token.

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

Constructors

ComputeToken(IEnumerable<ComputeExpressionToken>)

Create an ComputeToken.

Properties

Expressions

Gets the list of ComputeExpressionToken.

Kind

Gets the kind of this token.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens.

Applies to