File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -366,13 +366,12 @@ To learn more about the Aggregation Pipeline, see the
366
366
367
367
.. _csharp-builders-set:
368
368
369
- Add Fields to Collection Documents
370
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
369
+ Add Fields to Documents
370
+ ~~~~~~~~~~~~~~~~~~~~~~~
371
371
372
- You can add new fields to existing documents in a collection
373
- by creating a ``$set`` stage in your aggregation pipeline. To
374
- create a ``$set`` stage, call the ``Set()`` method on a
375
- ``PipelineStageDefinitionBuilder`` object.
372
+ You can add new fields to documents by creating a ``$set`` stage in
373
+ your aggregation pipeline. To create a ``$set`` stage, call the ``Set()``
374
+ method on a ``PipelineStageDefinitionBuilder`` object.
376
375
377
376
.. tip::
378
377
You can’t perform that action at this time.
0 commit comments