Click or drag to resize
CombinedPipelineDefinitionTInput, TIntermediateOutput, TOutputSecond Property
Gets the second pipeline.

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

Property Value

Type: PipelineDefinitionTIntermediateOutput, TOutput
See Also