# NpgsqlEntityFrameworkCorePostgreSQLSettings Constructors

- Package: [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](/reference/api/csharp/aspire.npgsql.entityframeworkcore.postgresql.md)
- Type: [NpgsqlEntityFrameworkCorePostgreSQLSettings](/reference/api/csharp/aspire.npgsql.entityframeworkcore.postgresql/npgsqlentityframeworkcorepostgresqlsettings.md)
- Kind: `Constructors`
- Members: `1`

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

## NpgsqlEntityFrameworkCorePostgreSQLSettings

- Name: `Constructor`

```csharp
public class NpgsqlEntityFrameworkCorePostgreSQLSettings
{
    public NpgsqlEntityFrameworkCorePostgreSQLSettings()
    {
        // ...
    }
}
```
