Delen via


GroupByTransformationNode Class

Definition

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
GroupByTransformationNode

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.

Applies to