GroupByTransformationNode Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.