Click or drag to resize
PipelineDefinitionBuilderProject Method
Overload List
  NameDescription
Public methodStatic memberProjectTInput, TIntermediate(PipelineDefinitionTInput, TIntermediate, ProjectionDefinitionTIntermediate, BsonDocument)
Appends a project stage to the pipeline.
Public methodStatic memberProjectTInput, TIntermediate, TOutput(PipelineDefinitionTInput, TIntermediate, ProjectionDefinitionTIntermediate, TOutput)
Appends a $project stage to the pipeline.
Public methodStatic memberProjectTInput, TIntermediate, TOutput(PipelineDefinitionTInput, TIntermediate, ExpressionFuncTIntermediate, TOutput, ExpressionTranslationOptions)
Appends a project stage to the pipeline.
Top
See Also