Reputation: 3238
I'm creating application that must use few databases. Is there any ways to handle different databases in one .dbml
file or I should use one .dbml
file per one database?
Upvotes: 4
Views: 162
Reputation: 1768
You should use only one database per dbml file, the context expects a single connection string.
Upvotes: 1