I'm writing a Visual Basic 2010 desktop application using the Entity Framework. The program would work with one or more instances of a database with a particular EF model, allowing the end user to create a new one or open an existing one using a file name.
How do I set the (new or existing) database's file name in code--particularly in the Provider Connection String?
↧