WinEFCoreMultiTenancyApplicationBuilderExtensions.AddMultiTenancy(IWinApplicationBuilder) Method
In This Article
Creates a builder that allows you to set up a multi-tenant WinForms application with the Entity Framework Core data model.
Namespace: DevExpress.ExpressApp.ApplicationBuilder
Assembly: DevExpress.ExpressApp.MultiTenancy.Win.EFCore.v24.2.dll
NuGet Package: DevExpress.ExpressApp.MultiTenancy.Win.EFCore
#Declaration
public static IMultiTenancyApplicationBuilder AddMultiTenancy(
this IWinApplicationBuilder builder
)
#Parameters
Name | Type | Description |
---|---|---|
builder | IWin |
The application builder that allows you to configure your Win |
#Returns
Type | Description |
---|---|
IMulti |
The newly created application builder. |
See Also