Class DapperRepository<TDbContext>
Inheritance
System.Object
DapperRepository<TDbContext>
Implements
IUnitOfWorkEnabled
Assembly: Volo.Abp.Dapper.dll
Syntax
public class DapperRepository<TDbContext> : object, IDapperRepository, IUnitOfWorkEnabled where TDbContext : IEfCoreDbContext
Type Parameters
| Name |
Description |
| TDbContext |
|
Constructors
DapperRepository(IDbContextProvider<TDbContext>)
Declaration
public DapperRepository(IDbContextProvider<TDbContext> dbContextProvider)
Parameters
Properties
DbConnection
Declaration
public IDbConnection DbConnection { get; }
Property Value
| Type |
Description |
| IDbConnection |
|
DbTransaction
Declaration
public IDbTransaction DbTransaction { get; }
Property Value
| Type |
Description |
| IDbTransaction |
|
Implements
IUnitOfWorkEnabled
Extension Methods