共用方式為


AggregateExpression 類別

定義

表示匯總單一值實體的匯總運算式。

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

建構函式

AggregateExpression(SingleValueNode, AggregationMethod, String, IEdmTypeReference)

建立 PropertyAggregateExpression。

AggregateExpression(SingleValueNode, AggregationMethodDefinition, String, IEdmTypeReference)

建立 AggregateExpression。

屬性

AggregateKind

AggregateExpressionKind 回運算式的 。

(繼承來源 AggregateExpressionBase)
Alias

傳回運算式的別名。

(繼承來源 AggregateExpressionBase)
Expression

取得匯總運算式。

Method

取得 AggregationMethod

MethodDefinition

取得 AggregationMethodDefinition

TypeReference

IEdmTypeReference取得這個匯總運算式的 。

適用於