Class BackgroundJobsDbContext
Implements
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Inherited Members
Namespace: Volo.Abp.BackgroundJobs.EntityFrameworkCore
Assembly: Volo.Abp.BackgroundJobs.EntityFrameworkCore.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("AbpBackgroundJobs")]
public class BackgroundJobsDbContext : AbpDbContext<BackgroundJobsDbContext>, IAbpEfCoreDbContext, IAbpEfCoreDbFunctionContext, ITransientDependency, IBackgroundJobsDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Constructors
BackgroundJobsDbContext(DbContextOptions<BackgroundJobsDbContext>)
Declaration
public BackgroundJobsDbContext(DbContextOptions<BackgroundJobsDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<BackgroundJobsDbContext> | options |
Properties
BackgroundJobs
Declaration
public DbSet<BackgroundJobRecord> BackgroundJobs { get; set; }
Property Value
Type | Description |
---|---|
DbSet<BackgroundJobRecord> |
Methods
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
ModelBuilder | builder |
Overrides
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.BackgroundJobs.EntityFrameworkCore.BackgroundJobsDbContext>.OnModelCreating(Microsoft.EntityFrameworkCore.ModelBuilder)
Implements
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService