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?
.dbml
You should use only one database for each dbml file, in the context a single connection string is expected.