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