AggregateTransformationNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |