Interface IMongoDbContextProvider<TMongoDbContext>
Namespace: Volo.Abp.MongoDB
Assembly: Volo.Abp.MongoDB.dll
Syntax
public interface IMongoDbContextProvider<out TMongoDbContext>
where TMongoDbContext : IAbpMongoDbContext
Type Parameters
| Name | Description |
|---|---|
| TMongoDbContext |
Methods
GetDbContext()
Declaration
TMongoDbContext GetDbContext()
Returns
| Type | Description |
|---|---|
| TMongoDbContext |