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