bubibubi / JetEntityFrameworkProvider

Microsoft Access (Jet) Entity Framework provider
89 stars 26 forks source link

Passing connectionstring to DbContext without using app.config #47

Closed KE50 closed 4 years ago

KE50 commented 5 years ago

Is there a way of passing the connection string to the DbContext without having to create it in the app.config file?

janosroden commented 4 years ago

Yes, DbContext accepts connection string as parameter.