Interface IReadUnitOfWork
- Namespace
- Stratara.Abstractions.Persistence
- Assembly
- Stratara.Abstractions.dll
Read-side unit of work. Used for queries that need transactional consistency across multiple repository reads (e.g. computing aggregations over a snapshot of the read-store).
public interface IReadUnitOfWork : IUnitOfWork
- Inherited Members
- Extension Methods