Skip to content
DocsTry Aspire
DocsTry

SqliteEntityFrameworkCoreSettings Properties

ClassProperties3 members
Represents the settings for the Sqlite client.
ConnectionStringSection titled ConnectionStringnullablestring?
The connection string of the PostgreSQL database to connect to.
public string? ConnectionString { get; set; }
Gets or sets the default timeout for the database operations.
public int DefaultTimeout { get; set; }
DisableHealthChecksSection titled DisableHealthChecksbool
Gets or sets a boolean value that indicates whether the database health check is disabled or not.
public bool DisableHealthChecks { get; set; }