Click or drag to resize
CombinedPipelineDefinitionTInput, TIntermediateOutput, TOutputFirst Property
Gets the first pipeline.

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

Property Value

Type: PipelineDefinitionTInput, TIntermediateOutput
See Also