Interface IWriteDbContext
- 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