GroupByTransformationNode 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 groupBy transformation.
public sealed class GroupByTransformationNode : Microsoft.OData.UriParser.Aggregation.TransformationNode
type GroupByTransformationNode = class
inherit TransformationNode
Public NotInheritable Class GroupByTransformationNode
Inherits TransformationNode
- Inheritance
Constructors
GroupByTransformationNode(IList<GroupByPropertyNode>, TransformationNode, CollectionNode) |
Create a GroupByTransformationNode. |
Properties
ChildTransformations |
Gets the child TransformationNode. |
GroupingProperties |
Gets the list of GroupByPropertyNode. |
Kind |
Gets the kind of the transformation node. |
Source |
Gets the CollectionNode representing the source. |