From 47e9abe31c1785aceac7f1380c249fd944550492 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Fri, 24 Jan 2025 12:45:08 -0500 Subject: [PATCH] DOCSP-46235: Add links to LINQ in API docs (#441) * DOCSP-46235: Add links to LINQ in API docs * MW feedback (cherry picked from commit 997fa8cca6839b41ffc24e804df95f382e876659) --- source/fundamentals/linq.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/fundamentals/linq.txt b/source/fundamentals/linq.txt index 163b52aa..af2e3081 100644 --- a/source/fundamentals/linq.txt +++ b/source/fundamentals/linq.txt @@ -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>`__ \ No newline at end of file