# AzureNpgsqlEntityFrameworkCorePostgreSQLSettings Constructors

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

Provides the client configuration settings for connecting to an Azure Database for PostgreSQL using EntityFrameworkCore.

## AzureNpgsqlEntityFrameworkCorePostgreSQLSettings

- Name: `Constructor`

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