Interface ITenantManagementDbContext
Assembly: Volo.Abp.TenantManagement.EntityFrameworkCore.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("AbpTenantManagement")]
public interface ITenantManagementDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Properties
TenantConnectionStrings
Declaration
DbSet<TenantConnectionString> TenantConnectionStrings { get; }
Property Value
Tenants
Declaration
DbSet<Tenant> Tenants { get; }
Property Value
Type |
Description |
DbSet<Tenant> |
|
Extension Methods