IMultiTenancyApplicationBuilder.WithTenantResolver<TTenantResolver>() Method
Enables automatic tenant detection based on user login using the specified tenant resolver type.
Namespace: DevExpress.ExpressApp.MultiTenancy.EFCore
Assembly: DevExpress.ExpressApp.MultiTenancy.EFCore.v25.1.dll
NuGet Package: DevExpress.ExpressApp.MultiTenancy.EFCore
Declaration
Type Parameters
Name | Description |
---|---|
TTenantResolver | The type of the tenant resolver. |
See Also