Skip to content

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/workflows/check-autobuilder.yml

This file was deleted.

8 changes: 8 additions & 0 deletions source/fundamentals/connection/connection-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>`__
Copy link
Collaborator Author

Choose a reason for hiding this comment

The 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,
Expand Down
3 changes: 3 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By "Query API" do you mean MQL?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The 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:

Expand Down
Loading