GroupByTransformationNode Classe
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.
Nœud représentant une transformation groupBy.
public sealed class GroupByTransformationNode : Microsoft.OData.UriParser.Aggregation.TransformationNode
type GroupByTransformationNode = class
inherit TransformationNode
Public NotInheritable Class GroupByTransformationNode
Inherits TransformationNode
- Héritage
Constructeurs
GroupByTransformationNode(IList<GroupByPropertyNode>, TransformationNode, CollectionNode) |
Créez un GroupByTransformationNode. |
Propriétés
ChildTransformations |
Obtient l’enfant TransformationNode. |
GroupingProperties |
Obtient la liste de GroupByPropertyNode. |
Kind |
Obtient le type du nœud de transformation. |
Source |
Obtient le CollectionNode représentant la source. |