0
xitix created
2 Answer(s)
-
0
Tenant entities have a ConnectionString property.
var tenant = TenantManager.GetById(id); //var tenant = _tenantRepository.FirstOrDefault(x => x.Id == id); var connectionString = tenant.ConnectionString;
-
0
This issue is closed because it has not had recent activity for a long time.