In some cases it might be important to know the server version a LINQ query is being sent to in order to translate the query differently depending on what the server supports. Because the server version is not yet known at the time a LINQ query is translated most likely this will require the application telling us the expected server version.
- is depended on by
-
CSHARP-5241 Refactor Join implementation
- Closed