Table of Contents

Namespace MongoDB.EntityFrameworkCore.Infrastructure

Classes

MongoDbContextOptionsBuilder

Allows MongoDB-specific configuration to be performed on DbContextOptions.

MongoModelRuntimeInitializer

Initializes a IModel with the runtime dependencies.

MongoModelValidator

Ensures rules required by the MongoDB provider are checked and enforced for a given IModel.

Interfaces

IMongoDbContextOptionsBuilderInfrastructure

Explicitly implemented by MongoDbContextOptionsBuilder to hide methods that are used by database provider extension methods but not intended to be called by application developers.