共用方式為


AggregateTransformationNode 類別

定義

代表匯總轉換的節點。

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

建構函式

AggregateTransformationNode(IEnumerable<AggregateExpressionBase>)

建立 AggregateTransformationNode。

屬性

AggregateExpressions

傳回這個轉換節點之所有 AggregateExpressionBase 清單的屬性。

Expressions
已淘汰.

只傳回 AggregateExpression 的 屬性。

Kind

取得轉換節點的種類。

適用於