Class SettingManagementDbContext
Implements
ITransientDependency
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
Inherited Members
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.SettingManagement.EntityFrameworkCore.SettingManagementDbContext>.CombineExpressions<T>(Expression<>, Expression<>)
Namespace: Volo.Abp.SettingManagement.EntityFrameworkCore
Assembly: Volo.Abp.SettingManagement.EntityFrameworkCore.dll
Syntax
public class SettingManagementDbContext : AbpDbContext<SettingManagementDbContext>, IAbpEfCoreDbContext, ITransientDependency, ISettingManagementDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable
Constructors
SettingManagementDbContext(DbContextOptions<SettingManagementDbContext>)
Declaration
public SettingManagementDbContext(DbContextOptions<SettingManagementDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<SettingManagementDbContext> | options |
Properties
Settings
Declaration
public DbSet<Setting> Settings { get; set; }
Property Value
Type | Description |
---|---|
DbSet<Setting> |
Methods
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
ModelBuilder | builder |
Implements
ITransientDependency
IDisposable
IInfrastructure<>
IDbContextDependencies
IDbSetCache
IDbContextPoolable