IDatabaseUnitOfWork
Defines a Unit of Work that holds an IDatabase reference
public interface IDatabaseUnitOfWork : IUnitOfWork
Inheritance
- interface IUnitOfWork
Namespace
Properties
Database
An IDatabase reference to use inside the Unit of Work
public IDatabase Database { get; }
DatabaseType
Get the type of the IDatabase connection
public DatabaseType DatabaseType { get; }