0
sedulen created
Is it possible to query across all tenants? In our implementation, we have all tenants stored in the same database and we wanted to create a Host view that retrieves data across all tenants.
Thanks
1 Answer(s)
-
0
You can disable the IMustHaveTenant and IMayHaveTenant with a using statement filters after switching to the host.
detailed explanation: [https://www.aspnetboilerplate.com/Pages/Documents/Multi-Tenancy#switching-between-host-and-tenants])