We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d80701 commit 5c1e041Copy full SHA for 5c1e041
source/fundamentals/linq.txt
@@ -187,23 +187,6 @@ The result of the preceding example contains the following document:
187
If you don't include the ``_id`` field in your LINQ projection, the {+driver-short+}
188
automatically excludes it from the results.
189
190
-You can chain and nest
191
-
192
-``Select`` supports nested ``SelectMany`` statements. Y
193
194
195
196
197
198
-The following code shows
199
-how to nest ``Select`` and ``SelectMany`` statements:
200
201
-.. code-block:: csharp
202
203
- var query = queryableCollection
204
- .Select(r => r.Grades.SelectMany(grade => new {
205
- restaurant.Name, restaurant.Grades }));
206
207
$match
208
~~~~~~
209
0 commit comments