Finbuckle.MultiTenant icon indicating copy to clipboard operation
Finbuckle.MultiTenant copied to clipboard

Separate Databases ConnectionString with v7.0

Open dmostert opened this issue 1 year ago • 2 comments

The documentation for Separate Databases still refer to TenantInfo ConnectionString:

optionsBuilder.UseSqlServer(TenantInfo.ConnectionString);

Now that ConnectionString is removed, how should this work?

dmostert avatar Apr 29 '24 06:04 dmostert

Hi, you just define your own ITenantInfo that has a connection string property and use that. Nothing else really needed.

AndrewTriesToCode avatar Apr 29 '24 13:04 AndrewTriesToCode