Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/fundamentals/linq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1060,3 +1060,11 @@ uses a scalar operation, then prints the translated query:
``LoggedStages`` is not thread-safe. Executing a query and accessing the
associated ``LoggedStages`` property from multiple threads might have
non-deterministic results.

API Documentation
-----------------

For a complete list of supported LINQ methods, see the following API documentation:

- `LINQ <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.html>`__
- `MongoQueryable <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.MongoQueryable.html>`__
Loading