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

Interface IEntityFrameworkEventContext

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

Namespace: Cephalon.EventSourcing.EntityFramework
Assembly: Cephalon.EventSourcing.EntityFramework.dll

Represents the minimum Entity Framework context contract required by the Cephalon event-store provider.

public interface IEntityFrameworkEventContext

Gets the event rows persisted by the active event-store context.

DbSet<EntityFrameworkEventEntry> Events { get; }

DbSet<EntityFrameworkEventEntry>