Skip to content

Commit 997fa8c

Browse files
authored
DOCSP-46235: Add links to LINQ in API docs (#441)
* DOCSP-46235: Add links to LINQ in API docs * MW feedback
1 parent fefdf1b commit 997fa8c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/fundamentals/linq.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,3 +1060,11 @@ uses a scalar operation, then prints the translated query:
10601060
``LoggedStages`` is not thread-safe. Executing a query and accessing the
10611061
associated ``LoggedStages`` property from multiple threads might have
10621062
non-deterministic results.
1063+
1064+
API Documentation
1065+
-----------------
1066+
1067+
For a complete list of supported LINQ methods, see the following API documentation:
1068+
1069+
- `LINQ <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.html>`__
1070+
- `MongoQueryable <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.MongoQueryable.html>`__

0 commit comments

Comments
 (0)