Class FourthDbContext
Implements
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Inherited Members
Namespace: Volo.Abp.EntityFrameworkCore.TestApp.FourthContext
Assembly: Volo.Abp.EntityFrameworkCore.Tests.SecondContext.dll
Syntax
public class FourthDbContext : AbpDbContext<FourthDbContext>, IAbpEfCoreDbContext, IAbpEfCoreDbFunctionContext, ITransientDependency, IFourthDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Constructors
FourthDbContext(DbContextOptions<FourthDbContext>)
Declaration
public FourthDbContext(DbContextOptions<FourthDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<FourthDbContext> | options |
Properties
FourthDummyEntities
Declaration
public DbSet<FourthDbContextDummyEntity> FourthDummyEntities { get; set; }
Property Value
Type | Description |
---|---|
DbSet<FourthDbContextDummyEntity> |
Implements
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService