Interface IEntityFrameworkAuditHistoryContext
Namespace: Cephalon.Audit.EntityFramework
Assembly: Cephalon.Audit.EntityFramework.dll
Represents a
public interface IEntityFrameworkAuditHistoryContextProperties
Section titled “Properties”AuditEntries
Section titled “ AuditEntries”Gets the durable audit-history rows persisted by this context.
DbSet<EntityFrameworkAuditHistoryEntry> AuditEntries { get; }