Skip to main content
Table of Contents

Interface IWriteDbContext

Namespace
Stratara.EventSourcing.EntityFrameworkCore.Abstractions
Assembly
Stratara.EventSourcing.EntityFrameworkCore.dll

Marker for the write-side DbContext that hosts the event-sourcing tables (event_stream_entry, snapshot, command_log_entry, outbox_entry).

public interface IWriteDbContext : IDbContext
Inherited Members
Extension Methods