Skip to content
DocsTry Aspire
DocsTry

OracleEntityFrameworkCoreSettings Properties

ClassProperties6 members
Provides the client configuration settings for connecting to a Oracle database using EntityFrameworkCore.
CommandTimeoutSection titled CommandTimeoutnullableint?
Gets or sets the time in seconds to wait for the command to execute.
public int? CommandTimeout { get; set; }
ConnectionStringSection titled ConnectionStringnullablestring?
The connection string of the Oracle database to connect to.
public string? ConnectionString { 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; }
Gets or sets whether retries should be disabled.
public bool DisableRetry { get; set; }
Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
public bool DisableTracing { get; set; }
InstrumentationOptionsSection titled InstrumentationOptionsnullableAction<OracleDataProviderInstrumentationOptions>
Gets or sets an action to modify the default Open Telemetry instrumentation options
public Action<OracleDataProviderInstrumentationOptions>? InstrumentationOptions { get; set; }