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
In the same way you could have a MyConnectionString property in each tenant and then inject the ShellSetting into your a scoped data access layer (a subclass of DbContext for example) and use that to establish the connection string. How that is done is specific to your data access layer. If you are using EF Core try google "ef core onconfiguring connection string" to get some ideas of how to do that.
No description provided.
The text was updated successfully, but these errors were encountered: