Cross connection communication - custom driver

Options
Is the mechanism to talk between multiple connections (as you can with Premium), as with the SQL driver, exposed so custom drivers can leverage this functionality too?

Comments

  • JoeAlbahari
    edited October 2014
    Unfortunately not. The multiple-database feature is specific to the LINQ-to-SQL driver. Underneath, it actually creates a single context that includes tables from multiple databases, which is why it can't be generalized. (This is necessary to ensure that joins occur on the server and not the client.)