# MongoDBEntityFrameworkCoreSettings Constructors

- Package: [Aspire.MongoDB.EntityFrameworkCore](/reference/api/csharp/aspire.mongodb.entityframeworkcore.md)
- Type: [MongoDBEntityFrameworkCoreSettings](/reference/api/csharp/aspire.mongodb.entityframeworkcore/mongodbentityframeworkcoresettings.md)
- Kind: `Constructors`
- Members: `1`

Provides the client configuration settings for connecting to a MongoDB database using EntityFrameworkCore.

## MongoDBEntityFrameworkCoreSettings

- Name: `Constructor`

```csharp
public sealed class MongoDBEntityFrameworkCoreSettings
{
    public MongoDBEntityFrameworkCoreSettings()
    {
        // ...
    }
}
```
