Multiple databases in one dbml?

I am creating an application that should use multiple databases. Is there a way to handle different databases in a single .dbml file .dbml or should I use one .dbml file for each database?

+4
source share
1 answer

You should use only one database for each dbml file, in the context a single connection string is expected.

+1
source

All Articles