AggregateExpression 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示匯總單一值實體的匯總運算式。
public sealed class AggregateExpression : Microsoft.OData.UriParser.Aggregation.AggregateExpressionBase
type AggregateExpression = class
inherit AggregateExpressionBase
Public NotInheritable Class AggregateExpression
Inherits AggregateExpressionBase
- 繼承
建構函式
AggregateExpression(SingleValueNode, AggregationMethod, String, IEdmTypeReference) |
建立 PropertyAggregateExpression。 |
AggregateExpression(SingleValueNode, AggregationMethodDefinition, String, IEdmTypeReference) |
建立 AggregateExpression。 |
屬性
AggregateKind |
傳 AggregateExpressionKind 回運算式的 。 (繼承來源 AggregateExpressionBase) |
Alias |
傳回運算式的別名。 (繼承來源 AggregateExpressionBase) |
Expression |
取得匯總運算式。 |
Method | |
MethodDefinition | |
TypeReference |
IEdmTypeReference取得這個匯總運算式的 。 |