OracleEntityFrameworkCoreSettings 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 Oracle database using EntityFrameworkCore.
public sealed class OracleEntityFrameworkCoreSettings
type OracleEntityFrameworkCoreSettings = class
Public NotInheritable Class OracleEntityFrameworkCoreSettings
- Inheritance
-
OracleEntityFrameworkCoreSettings
Constructors
OracleEntityFrameworkCoreSettings() |
Properties
CommandTimeout |
Gets or sets the time in seconds to wait for the command to execute. |
ConnectionString |
The connection string of the Oracle 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. |
InstrumentationOptions |
Gets or sets an action to modify the default Open Telemetry instrumentation options |