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