Interface IDbContextProvider<TDbContext>
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public interface IDbContextProvider<TDbContext> where TDbContext : IEfCoreDbContext
Type Parameters
| Name |
Description |
| TDbContext |
|
Methods
GetDbContext()
Declaration
[Obsolete("Use GetDbContextAsync method.")]
TDbContext GetDbContext()
Returns
| Type |
Description |
| TDbContext |
|
GetDbContextAsync()
Declaration
Task<TDbContext> GetDbContextAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><TDbContext> |
|
Extension Methods