Delen via


GroupByTransformationNode Constructor

Definition

Create a GroupByTransformationNode.

public GroupByTransformationNode (System.Collections.Generic.IList<Microsoft.OData.UriParser.Aggregation.GroupByPropertyNode> groupingProperties, Microsoft.OData.UriParser.Aggregation.TransformationNode childTransformations, Microsoft.OData.UriParser.CollectionNode source);
new Microsoft.OData.UriParser.Aggregation.GroupByTransformationNode : System.Collections.Generic.IList<Microsoft.OData.UriParser.Aggregation.GroupByPropertyNode> * Microsoft.OData.UriParser.Aggregation.TransformationNode * Microsoft.OData.UriParser.CollectionNode -> Microsoft.OData.UriParser.Aggregation.GroupByTransformationNode
Public Sub New (groupingProperties As IList(Of GroupByPropertyNode), childTransformations As TransformationNode, source As CollectionNode)

Parameters

groupingProperties
IList<GroupByPropertyNode>

A list of GroupByPropertyNode.

childTransformations
TransformationNode

The child TransformationNode.

source
CollectionNode

The CollectionNode representing the source.

Applies to