CombinedPipelineDefinition<TInput, TIntermediateOutput, TOutput>.First Property |
Gets the first pipeline.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntaxpublic 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:
PipelineDefinition<TInput,
TIntermediateOutput>
See Also