ComputeToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |