andrey.shedko
andrey.shedko

Reputation: 3238

Few database in one dbml?

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

Answers (1)

keni
keni

Reputation: 1768

You should use only one database per dbml file, the context expects a single connection string.

Upvotes: 1

Related Questions