CombinedPipelineDefinitionTInput, TIntermediateOutput, TOutputSecond Property |
Gets the second pipeline.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public PipelineDefinition<TIntermediateOutput, TOutput> Second { get; }
Public ReadOnly Property Second As PipelineDefinition(Of TIntermediateOutput, TOutput)
Get
member Second : PipelineDefinition<'TIntermediateOutput, 'TOutput> with get
Property Value
Type:
PipelineDefinitionTIntermediateOutput,
TOutputSee Also