-
Notifications
You must be signed in to change notification settings - Fork 25
DOCSP-43327 - ExpressionTranslationOptions #233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -409,6 +409,14 @@ relevant options. | |
| **Default**: ``null`` | ||
| **Connection URI Example**: ``tlsDisableCertificateRevocationCheck=false`` | ||
|
||
* - **TranslationOptions** | ||
- | Specifies options, such as the {+mdb-server+} version, for translating LINQ | ||
| queries to the Query API. | ||
| | ||
| **Data Type**: `ExpressionTranslationOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.ExpressionTranslationOptions.html>`__ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This link will be broken until the APIs are published. |
||
| **Default**: ``null`` | ||
| **Connection URI Example**: {+not-available+} | ||
|
||
* - **UseTls** | ||
- | Specifies whether to require TLS for connections to the server. If you use | ||
| 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: | |
`mongocsharpdriver <https://www.nuget.org/packages/mongocsharpdriver/#readme-body-tab>`__ NuGet package, | ||
which implements the v1.x driver API in driver versions 2.x. This package will no | ||
longer receive updates. | ||
- Adds the ``MongoClientSettings.TranslationOptions`` connection option, which specifies | ||
options for translating LINQ queries to the Query API. See :ref:`csharp-connection-options` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. By "Query API" do you mean MQL? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes. We were asked to use "Query API" in our docs. |
||
for more information. | ||
|
||
.. _csharp-version-2.28: | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.