File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Aggregation Operations
22
22
:maxdepth: 1
23
23
24
24
Pipeline Stages </aggregation/stages>
25
+ LINQ </aggregation/linq>
25
26
26
27
Overview
27
28
--------
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The {+driver-short+} automatically translates LINQ queries into
36
36
The examples in this guide use the ``restaurants`` collection
37
37
in the ``sample_restaurants`` database provided in the :atlas:`Atlas sample datasets </sample-data>`.
38
38
To learn how to create a free MongoDB Atlas cluster and load the sample datasets,
39
- see the :ref:`<csharp-quickstart >`.
39
+ see :ref:`<csharp-get-started >`.
40
40
41
41
The following ``Restaurant``, ``Address`` and ``GradeEntry`` classes model the
42
42
documents in this collection:
@@ -1025,7 +1025,7 @@ aggregation stages:
1025
1025
- ``$out``
1026
1026
1027
1027
To learn how to create an aggregation pipeline with the ``$out`` stage by using Builders, see
1028
- the :ref:`<csharp-builders-out>` section .
1028
+ :ref:`<csharp-aggregation-stages>` .
1029
1029
1030
1030
Supported Methods
1031
1031
-----------------
Original file line number Diff line number Diff line change 1
1
.. _csharp-aggregation-stages:
2
2
.. _csharp-builders-aggregation:
3
- .. _csharp-linq:
4
3
5
4
===========================
6
5
Aggregation Pipeline Stages
You can’t perform that action at this time.
0 commit comments