Click or drag to resize

IAggregateFluentTResultProjectTNewResult Method

Appends a project stage to the pipeline.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax
IAggregateFluent<TNewResult> Project<TNewResult>(
	ProjectionDefinition<TResult, TNewResult> projection
)

Parameters

projection
Type: MongoDB.DriverProjectionDefinitionTResult, TNewResult
The projection.

Type Parameters

TNewResult
The type of the result of the stage.

Return Value

Type: IAggregateFluentTNewResult
The fluent aggregate interface.
See Also