PipelineDefinitionBuilder.Project Method |
Name | Description | |
---|---|---|
![]() ![]() | Project<TInput, TIntermediate>(PipelineDefinition<TInput, TIntermediate>, ProjectionDefinition<TIntermediate, BsonDocument>) |
Appends a project stage to the pipeline.
|
![]() ![]() | Project<TInput, TIntermediate, TOutput>(PipelineDefinition<TInput, TIntermediate>, ProjectionDefinition<TIntermediate, TOutput>) |
Appends a $project stage to the pipeline.
|
![]() ![]() | Project<TInput, TIntermediate, TOutput>(PipelineDefinition<TInput, TIntermediate>, Expression<Func<TIntermediate, TOutput>>, ExpressionTranslationOptions) |
Appends a project stage to the pipeline.
|