Click or drag to resize
PipelineStagePipelineDefinitionTInput, TOutputStages Property
Gets the stages.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
Syntax
public IList<IPipelineStageDefinition> Stages { get; }

Property Value

Type: IListIPipelineStageDefinition
See Also