CombinedPipelineDefinitionTInput, TIntermediateOutput, TOutputFirst Property |
Gets the first pipeline.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public PipelineDefinition<TInput, TIntermediateOutput> First { get; }
Public ReadOnly Property First As PipelineDefinition(Of TInput, TIntermediateOutput)
Get
member First : PipelineDefinition<'TInput, 'TIntermediateOutput> with get
Property Value
Type:
PipelineDefinitionTInput,
TIntermediateOutputSee Also