Class AbpDbContextOptionsOracleExtensions
Inheritance
System.Object
AbpDbContextOptionsOracleExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.EntityFrameworkCore
Assembly: Volo.Abp.EntityFrameworkCore.Oracle.dll
Syntax
public static class AbpDbContextOptionsOracleExtensions
Methods
UseOracle(AbpDbContextOptions, Action<OracleDbContextOptionsBuilder>)
Declaration
public static void UseOracle(this AbpDbContextOptions options, Action<OracleDbContextOptionsBuilder> oracleOptionsAction = null)
Parameters
| Type | Name | Description |
|---|---|---|
| AbpDbContextOptions | options | |
| System.Action<OracleDbContextOptionsBuilder> | oracleOptionsAction |
UseOracle<TDbContext>(AbpDbContextOptions, Action<OracleDbContextOptionsBuilder>)
Declaration
public static void UseOracle<TDbContext>(this AbpDbContextOptions options, Action<OracleDbContextOptionsBuilder> oracleOptionsAction = null)
where TDbContext : AbpDbContext<TDbContext>
Parameters
| Type | Name | Description |
|---|---|---|
| AbpDbContextOptions | options | |
| System.Action<OracleDbContextOptionsBuilder> | oracleOptionsAction |
Type Parameters
| Name | Description |
|---|---|
| TDbContext |