Class FifthDbContext
Implements
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Inherited Members
Namespace: Volo.Abp.EntityFrameworkCore.TestApp.FifthContext
Assembly: Volo.Abp.EntityFrameworkCore.Tests.SecondContext.dll
Syntax
public class FifthDbContext : AbpDbContext<FifthDbContext>, IAbpEfCoreDbContext, IAbpEfCoreDbFunctionContext, ITransientDependency, IFifthDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Constructors
FifthDbContext(DbContextOptions<FifthDbContext>)
Declaration
public FifthDbContext(DbContextOptions<FifthDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<FifthDbContext> | 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