Share via


AggregateTransformationNode Class

Definition

Node representing a aggregate transformation.

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

Constructors

AggregateTransformationNode(IEnumerable<AggregateExpressionBase>)

Create a AggregateTransformationNode.

Properties

AggregateExpressions

Property that returns a list of all AggregateExpressionBases of this transformation node.

Expressions
Obsolete.

Property that only return AggregateExpressions.

Kind

Gets the kind of the transformation node.

Applies to