Table of Contents

Constructor MongoDatabaseWrapper

Namespace
MongoDB.EntityFrameworkCore.Storage
Assembly
MongoDB.EntityFrameworkCore.dll

MongoDatabaseWrapper(DatabaseDependencies, IMongoClientWrapper)

Creates a MongoDatabaseWrapper with the required dependencies, client wrapper and logging options.

public MongoDatabaseWrapper(DatabaseDependencies dependencies, IMongoClientWrapper mongoClient)

Parameters

dependencies DatabaseDependencies

The DatabaseDependencies this object should use.

mongoClient IMongoClientWrapper

The IMongoClientWrapper this should use to interact with MongoDB.