Skip to content

Commit

Permalink
DOCSP-46235: Add links to LINQ in API docs (#441)
Browse files Browse the repository at this point in the history
* DOCSP-46235: Add links to LINQ in API docs

* MW feedback

(cherry picked from commit 997fa8c)
  • Loading branch information
mcmorisi committed Jan 24, 2025
1 parent bf3200a commit 47e9abe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/fundamentals/linq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1063,3 +1063,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>`__

0 comments on commit 47e9abe

Please sign in to comment.