AspireOracleEFCoreExtensions
Class static net10.0
Extension methods for configuring EntityFrameworkCore DbContext to Oracle database
namespace Microsoft.Extensions.Hosting;
public static class AspireOracleEFCoreExtensions{ // ...}Methods2
Section titled MethodsAddOracleDatabaseDbContext(IHostApplicationBuilder, string, Action<OracleEntityFrameworkCoreSettings>, Action<DbContextOptionsBuilder>)extension Registers the given
EntityFrameworkCore.DbContext as a service in the services provided by the builder. Enables db context pooling, retries, health check, logging and telemetry for the EntityFrameworkCore.DbContext. EnrichOracleDatabaseDbContext(IHostApplicationBuilder, Action<OracleEntityFrameworkCoreSettings>)extension Configures retries, health check, logging and telemetry for the
EntityFrameworkCore.DbContext.