Interface IAbpMongoDbContext
Assembly: Volo.Abp.MongoDB.dll
Syntax
public interface IAbpMongoDbContext
Properties
Client
Declaration
IMongoClient Client { get; }
Property Value
| Type |
Description |
| MongoDB.Driver.IMongoClient |
|
Database
Declaration
IMongoDatabase Database { get; }
Property Value
| Type |
Description |
| MongoDB.Driver.IMongoDatabase |
|
SessionHandle
Declaration
IClientSessionHandle SessionHandle { get; }
Property Value
| Type |
Description |
| MongoDB.Driver.IClientSessionHandle |
|
Methods
Collection<T>()
Declaration
IMongoCollection<T> Collection<T>()
Returns
| Type |
Description |
| MongoDB.Driver.IMongoCollection<><T> |
|
Type Parameters
Extension Methods