Cross database platform LINQ support
LINQPad should be able to join results from two different database platforms in one Query.
In our situation we would like to use it to join data stored in RavenDB with data stored in SQL Server. But I can imagine that there are many real life environments where one would like to join data in one database platform with data in another database platform
6
votes
Jorre Meijrink
shared this idea
-
Pete Wilson commented
-
Pete Wilson commented
If there were just a method to easily convert a Connection in the connection window into the code for manually creating an additional context (have drag and drop handle this when cross servers / drivers?) that would be a nice start.