@@ -82,9 +82,8 @@ BsonDocument
82
82
Some aggregation stages don't have corresponding methods in the {+driver-short+}.
83
83
To add these stages to your pipeline, use ``BsonDocument`` objects or string literals
84
84
to construct a stage in the Query API syntax. Then, pass the BSON document to the
85
- `PipelineDefinitionBuilder.AppendStage() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineDefinitionBuilder.AppendStage.html>`__
86
- method. This syntax supports all stages in the aggregation pipeline, but doesn't provide
87
- type hints or type safety to your code.
85
+ ``PipelineDefinitionBuilder.AppendStage()`` method. This syntax supports all stages
86
+ in the aggregation pipeline, but doesn't provide type hints or type safety.
88
87
89
88
The following code example shows how to add ``$unset``, an aggregation
90
89
stage without a corresponding method, to an empty aggregation pipeline:
@@ -112,7 +111,7 @@ to your pipeline.
112
111
113
112
.. list-table::
114
113
:header-rows: 1
115
- :widths: 20 80
114
+ :widths: 20 60 20
116
115
117
116
* - Aggregation Stage
118
117
- Description
@@ -342,4 +341,5 @@ following API documentation:
342
341
- `Aggregate() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IMongoCollection-1.Aggregate.html>`__
343
342
- `AggregateOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.AggregateOptions.html>`__
344
343
- `EmptyPipelineDefinition<TDocument> <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.EmptyPipelineDefinition-1.-ctor.html>`__
345
- - `BsonDocument <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonDocument.html>`__
344
+ - `BsonDocument <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonDocument.html>`__
345
+ - `PipelineDefinitionBuilder.AppendStage() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineDefinitionBuilder.AppendStage.html>`__
0 commit comments