-
Notifications
You must be signed in to change notification settings - Fork 24
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
DOCSP-43327 - ExpressionTranslationOptions #233
Conversation
✅ Deploy Preview for mongodb-docs-csharp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
- | 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 comment
The reason will be displayed to describe this comment to others. Learn more.
This link will be broken until the APIs are published.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving with a note to add some more detail to the option description. happy to take another look if needed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -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 comment
The 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 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.
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-43327
Staging Links
Self-Review Checklist