Click or drag to resize
CombinedPipelineDefinitionTInput, TIntermediateOutput, TOutput Constructor

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax
public CombinedPipelineDefinition(
	PipelineDefinition<TInput, TIntermediateOutput> first,
	PipelineDefinition<TIntermediateOutput, TOutput> second
)

Parameters

first
Type: MongoDB.DriverPipelineDefinitionTInput, TIntermediateOutput
The first pipeline.
second
Type: MongoDB.DriverPipelineDefinitionTIntermediateOutput, TOutput
The second pipeline.
See Also