Share via


OracleEntityFrameworkCoreSettings Class

Definition

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.

Applies to