Method Group
Group<TNewResult>(ProjectionDefinition<TResult, TNewResult>)
Appends a group stage to the pipeline.
Parameters
group
ProjectionDefinition <TResult, TNewResult>The group projection.
Returns
- IAggregate
Fluent <TNewResult> The fluent aggregate interface.
Type Parameters
TNewResult
The type of the result of the stage.