GroupByTransformationNode Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.