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 IEntityFrameworkEventContextProperties
Section titled “Properties”Events
Section titled “ Events”Gets the event rows persisted by the active event-store context.
DbSet<EntityFrameworkEventEntry> Events { get; }