Table of Contents

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

clientWrapper IMongoClientWrapper
currentDbContext ICurrentDbContext

Remarks

This class is not typically used directly from application code.