Class BackgroundJobsDbContext
Implements
ITransientDependency
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
Inherited Members
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.BackgroundJobs.EntityFrameworkCore.BackgroundJobsDbContext>.CombineExpressions<T>(Expression<>, Expression<>)
Namespace: Volo.Abp.BackgroundJobs.EntityFrameworkCore
Assembly: Volo.Abp.BackgroundJobs.EntityFrameworkCore.dll
Syntax
public class BackgroundJobsDbContext : AbpDbContext<BackgroundJobsDbContext>, IAbpEfCoreDbContext, ITransientDependency, IBackgroundJobsDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable
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 |
Implements
ITransientDependency
IDisposable
IInfrastructure<>
IDbContextDependencies
IDbSetCache
IDbContextPoolable