Class TenantTestAppDbContext
Implements
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Inherited Members
Namespace: Volo.Abp.TestApp.EntityFrameworkCore
Assembly: Volo.Abp.EntityFrameworkCore.Tests.dll
Syntax
[ReplaceDbContext(typeof(IFifthDbContext), MultiTenancySides.Tenant)]
public class TenantTestAppDbContext : AbpDbContext<TenantTestAppDbContext>, IAbpEfCoreDbContext, IAbpEfCoreDbFunctionContext, ITransientDependency, IFifthDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Constructors
TenantTestAppDbContext(DbContextOptions<TenantTestAppDbContext>)
Declaration
public TenantTestAppDbContext(DbContextOptions<TenantTestAppDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<TenantTestAppDbContext> | options |
Properties
FifthDbContextDummyEntity
Declaration
public DbSet<FifthDbContextDummyEntity> FifthDbContextDummyEntity { get; set; }
Property Value
Type | Description |
---|---|
DbSet<FifthDbContextDummyEntity> |
FifthDbContextMultiTenantDummyEntity
Declaration
public DbSet<FifthDbContextMultiTenantDummyEntity> FifthDbContextMultiTenantDummyEntity { get; set; }
Property Value
Type | Description |
---|---|
DbSet<FifthDbContextMultiTenantDummyEntity> |
Implements
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService