IAggregateFluentExtensions.Project Method |
Name | Description | |
---|---|---|
![]() ![]() | Project<TResult>(IAggregateFluent<TResult>, ProjectionDefinition<TResult, BsonDocument>) |
Appends a project stage to the pipeline.
|
![]() ![]() | Project<TResult, TNewResult>(IAggregateFluent<TResult>, Expression<Func<TResult, TNewResult>>) |
Appends a project stage to the pipeline.
|