Interface IFeatureManagementDbContext
Inherited Members
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext.AddRange(IEnumerable<>)
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext.AddRangeAsync(IEnumerable<>, CancellationToken)
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext.AttachRange(IEnumerable<>)
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext.RemoveRange(IEnumerable<>)
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext.UpdateRange(IEnumerable<>)
Namespace: Volo.Abp.FeatureManagement.EntityFrameworkCore
Assembly: Volo.Abp.FeatureManagement.EntityFrameworkCore.dll
Syntax
public interface IFeatureManagementDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable
Properties
FeatureValues
Declaration
DbSet<FeatureValue> FeatureValues { get; set; }
Property Value
Type | Description |
---|---|
DbSet<FeatureValue> |