MicrosoftDataSqlClientSettings Properties
Class Properties 3 members
Provides the client configuration settings for connecting to a SQL Server database using SqlClient.
Gets or sets the connection string of the SQL Server database to connect to.
public string? ConnectionString { get; set; } Gets or sets a boolean value that indicates whether the database health check is disabled or not.
public bool DisableHealthChecks { get; set; } Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
public bool DisableTracing { get; set; }