MicrosoftEntityFrameworkCoreSqlServerSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the client configuration settings for connecting to a SQL Server database using EntityFrameworkCore.
public sealed class MicrosoftEntityFrameworkCoreSqlServerSettings
type MicrosoftEntityFrameworkCoreSqlServerSettings = class
Public NotInheritable Class MicrosoftEntityFrameworkCoreSqlServerSettings
- Inheritance
-
MicrosoftEntityFrameworkCoreSqlServerSettings
Constructors
MicrosoftEntityFrameworkCoreSqlServerSettings() |
Properties
CommandTimeout |
Gets or sets the time in seconds to wait for the command to execute. |
ConnectionString |
The connection string of the SQL server database to connect to. |
DisableHealthChecks |
Gets or sets a boolean value that indicates whether the database health check is disabled or not. |
DisableRetry |
Gets or sets whether retries should be disabled. |
DisableTracing |
Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not. |