I'm working on SaaS application where each customer will have separate database. I store all database connection info in one central system database.
How do I "tell" EntityManager which connection string to use depending on parameter? In EF it's kind of easy, I just override constructor and build new Connection string.