File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -409,6 +409,14 @@ relevant options.
409
409
| **Default**: ``null``
410
410
| **Connection URI Example**: ``tlsDisableCertificateRevocationCheck=false``
411
411
412
+ * - **TranslationOptions**
413
+ - | Specifies options, such as the {+mdb-server+} version, for translating LINQ
414
+ | queries to the Query API.
415
+ |
416
+ | **Data Type**: `ExpressionTranslationOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.ExpressionTranslationOptions.html>`__
417
+ | **Default**: ``null``
418
+ | **Connection URI Example**: {+not-available+}
419
+
412
420
* - **UseTls**
413
421
- | Specifies whether to require TLS for connections to the server. If you use
414
422
| a scheme of ``"mongodb+srv"`` or specify other TLS options,
Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ The 3.0 driver release includes the following new features:
49
49
`mongocsharpdriver <https://www.nuget.org/packages/mongocsharpdriver/#readme-body-tab>`__ NuGet package,
50
50
which implements the v1.x driver API in driver versions 2.x. This package will no
51
51
longer receive updates.
52
+ - Adds the ``MongoClientSettings.TranslationOptions`` connection option, which specifies
53
+ options for translating LINQ queries to the Query API. See :ref:`csharp-connection-options`
54
+ for more information.
52
55
53
56
.. _csharp-version-2.28:
54
57
You can’t perform that action at this time.
0 commit comments