Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 02, 2013 01:59 AM by Decker Dong - MSFT
0 Points
7 Posts
Jan 31, 2013 04:02 PM|LINK
Where can I write code to dynamically change the connectition string for the entity framework so that whenever I call
private MyEntities database = new MyEntities(); it will go to the correct database.
All-Star
118619 Points
18779 Posts
Feb 02, 2013 01:59 AM|LINK
Are you using EF db-first or Code-first or Model-first?
frogo
0 Points
7 Posts
Dynamic Entity Framework connectionstring
Jan 31, 2013 04:02 PM|LINK
Where can I write code to dynamically change the connectition string for the entity framework so that whenever I call
private MyEntities database = new MyEntities(); it will go to the correct database.
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Dynamic Entity Framework connectionstring
Feb 02, 2013 01:59 AM|LINK
Are you using EF db-first or Code-first or Model-first?