ข้ามไปยังเนื้อหา

Interface IEntityFrameworkAuditHistoryContext

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Audit.EntityFramework
Assembly: Cephalon.Audit.EntityFramework.dll

Represents a that can persist Cephalon durable audit-history rows.

public interface IEntityFrameworkAuditHistoryContext

Gets the durable audit-history rows persisted by this context.

DbSet<EntityFrameworkAuditHistoryEntry> AuditEntries { get; }

DbSet<EntityFrameworkAuditHistoryEntry>