Skip to content

Commit 5c1e041

Browse files
committed
oops
1 parent 7d80701 commit 5c1e041

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

source/fundamentals/linq.txt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -187,23 +187,6 @@ The result of the preceding example contains the following document:
187187
If you don't include the ``_id`` field in your LINQ projection, the {+driver-short+}
188188
automatically excludes it from the results.
189189

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-
207190
$match
208191
~~~~~~
209192

0 commit comments

Comments
 (0)