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?
I’m creating application that must use few databases. Is there any ways to handle
Share
You should use only one database per dbml file, the context expects a single connection string.