diff --git a/source/fundamentals/linq.txt b/source/fundamentals/linq.txt index 1831c7a5..71ff3e19 100644 --- a/source/fundamentals/linq.txt +++ b/source/fundamentals/linq.txt @@ -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>`__ \ No newline at end of file