Partager via


GroupByTransformationNode Constructeur

Définition

Créez un 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)

Paramètres

groupingProperties
IList<GroupByPropertyNode>

Liste de GroupByPropertyNode.

childTransformations
TransformationNode

TransformationNode enfant.

source
CollectionNode

CollectionNode représentant la source.

S’applique à