Namespace Silverback.Database
Classes
DatabaseTableNotFoundException
The exception that is thrown when a required database table cannot be found via the configured data layer (e.g. Entity Framework Core).
EfCoreDbContext<TDbContext>
An implementation of IDbContext that works with Entity Framework Core.
EfCoreDbSet<TEntity>
An implementation of IDbSet<TEntity> that works with Entity Framework Core.
Interfaces
IDbContext
Abstracts the DbContext
functionality to allow for multiple and decoupled implementations.
IDbSet<TEntity>
Abstracts the DbSet
functionality to allow for multiple and decoupled implementations.