You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe it would be nice to have a Default DbContextFactory, that gives the client the possibility to set the connection string for projects that have multiple DBs.
Dim dbContextScopeFactory = New DbContextScopeFactory(NewDbContextFactoryDefault("testCon"))
Dim ambientDbContextLocator = New AmbientDbContextLocator()
Regards.
The text was updated successfully, but these errors were encountered:
Maybe it would be nice to have a Default DbContextFactory, that gives the client the possibility to set the connection string for projects that have multiple DBs.
Use:
Regards.
The text was updated successfully, but these errors were encountered: