Interface IBackgroundJobsDbContext
Inherited Members
Namespace: Volo.Abp.BackgroundJobs.EntityFrameworkCore
Assembly: Volo.Abp.BackgroundJobs.EntityFrameworkCore.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("AbpBackgroundJobs")]
public interface IBackgroundJobsDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Properties
BackgroundJobs
Declaration
DbSet<BackgroundJobRecord> BackgroundJobs { get; }
Property Value
Type | Description |
---|---|
DbSet<BackgroundJobRecord> |