共用方式為


AggregateExpressionToken 類別

定義

代表匯總運算式的查詢權杖。

public sealed class AggregateExpressionToken : Microsoft.OData.UriParser.Aggregation.AggregateTokenBase
type AggregateExpressionToken = class
    inherit AggregateTokenBase
Public NotInheritable Class AggregateExpressionToken
Inherits AggregateTokenBase
繼承

建構函式

AggregateExpressionToken(QueryToken, AggregationMethod, String)

建立 AggregateExpressionToken。

AggregateExpressionToken(QueryToken, AggregationMethodDefinition, String)

建立 AggregateExpressionToken。

屬性

Alias

取得別名。

Expression

取得運算式。

Kind

取得這個權杖的種類。

Method

取得這個權杖的 AggregationMethod。

MethodDefinition

取得匯總方法定義。

方法

Accept<T>(ISyntacticTreeVisitor<T>)

ISyntacticTreeVisitor<T>接受 以逐步解說 的樹狀 QueryToken 結構。

適用於