Click or drag to resize
CombinedPipelineDefinition<TInput, TIntermediateOutput, TOutput>.Second Property
Gets the second pipeline.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax
public PipelineDefinition<TIntermediateOutput, TOutput> Second { get; }

Property Value

Type: PipelineDefinition<TIntermediateOutput, TOutput>
See Also