Compartilhar via


GroupByTransformationNode Construtor

Definição

Crie um 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)

Parâmetros

groupingProperties
IList<GroupByPropertyNode>

Uma lista de GroupByPropertyNode.

childTransformations
TransformationNode

O TransformationNode filho.

source
CollectionNode

O CollectionNode que representa a origem.

Aplica-se a