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

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

Property Value

Type: IListBsonDocument
See Also