Show / Hide Table of Contents

Class AbpTenantManagementDbContextModelCreatingExtensions

Inheritance
System.Object
AbpTenantManagementDbContextModelCreatingExtensions
Namespace: Volo.Abp.TenantManagement.EntityFrameworkCore
Assembly: Volo.Abp.TenantManagement.EntityFrameworkCore.dll
Syntax
public static class AbpTenantManagementDbContextModelCreatingExtensions : object

Methods

ConfigureTenantManagement(ModelBuilder, Action<AbpTenantManagementModelBuilderConfigurationOptions>)

Declaration
public static void ConfigureTenantManagement(this ModelBuilder builder, Action<AbpTenantManagementModelBuilderConfigurationOptions> optionsAction = null)
Parameters
Type Name Description
ModelBuilder builder
Action<AbpTenantManagementModelBuilderConfigurationOptions> optionsAction
Back to top Powered by Volosoft