Constructor MongoDatabaseCreator
- Namespace
- MongoDB.EntityFrameworkCore.Storage
- Assembly
- MongoDB.EntityFrameworkCore.dll
MongoDatabaseCreator(IMongoClientWrapper, ICurrentDbContext)
Creates and deletes databases on MongoDB servers.
public MongoDatabaseCreator(IMongoClientWrapper clientWrapper, ICurrentDbContext currentDbContext)
Parameters
clientWrapperIMongoClientWrappercurrentDbContextICurrentDbContext
Remarks
This class is not typically used directly from application code.