#nullable enable
Aspire.Oracle.EntityFrameworkCore.OracleEntityFrameworkCoreSettings
Aspire.Oracle.EntityFrameworkCore.OracleEntityFrameworkCoreSettings.CommandTimeout.get -> int?
Aspire.Oracle.EntityFrameworkCore.OracleEntityFrameworkCoreSettings.CommandTimeout.set -> void
Aspire.Oracle.EntityFrameworkCore.OracleEntityFrameworkCoreSettings.ConnectionString.get -> string?
Aspire.Oracle.EntityFrameworkCore.OracleEntityFrameworkCoreSettings.ConnectionString.set -> void
Aspire.Oracle.EntityFrameworkCore.OracleEntityFrameworkCoreSettings.DisableHealthChecks.get -> bool
Aspire.Oracle.EntityFrameworkCore.OracleEntityFrameworkCoreSettings.DisableHealthChecks.set -> void
Aspire.Oracle.EntityFrameworkCore.OracleEntityFrameworkCoreSettings.DisableRetry.get -> bool
Aspire.Oracle.EntityFrameworkCore.OracleEntityFrameworkCoreSettings.DisableRetry.set -> void
Aspire.Oracle.EntityFrameworkCore.OracleEntityFrameworkCoreSettings.OracleEntityFrameworkCoreSettings() -> void
Microsoft.Extensions.Hosting.AspireOracleEFCoreExtensions
static Microsoft.Extensions.Hosting.AspireOracleEFCoreExtensions.AddOracleDatabaseDbContext<TContext>(this Microsoft.Extensions.Hosting.IHostApplicationBuilder! builder, string! connectionName, System.Action<Aspire.Oracle.EntityFrameworkCore.OracleEntityFrameworkCoreSettings!>? configureSettings = null, System.Action<Microsoft.EntityFrameworkCore.DbContextOptionsBuilder!>? configureDbContextOptions = null) -> void
static Microsoft.Extensions.Hosting.AspireOracleEFCoreExtensions.EnrichOracleDatabaseDbContext<TContext>(this Microsoft.Extensions.Hosting.IHostApplicationBuilder! builder, System.Action<Aspire.Oracle.EntityFrameworkCore.OracleEntityFrameworkCoreSettings!>? configureSettings = null) -> void
