Interface ISettingManagementDbContext
Assembly: Volo.Abp.SettingManagement.EntityFrameworkCore.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("AbpSettingManagement")]
public interface ISettingManagementDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Properties
SettingDefinitionRecords
Declaration
DbSet<SettingDefinitionRecord> SettingDefinitionRecords { get; }
Property Value
Settings
Declaration
DbSet<Setting> Settings { get; }
Property Value
Extension Methods