Class AbpDbContextConfigurationContextOracleExtensions
Inheritance
object
AbpDbContextConfigurationContextOracleExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EntityFrameworkCore
Assembly: Volo.Abp.EntityFrameworkCore.Oracle.dll
Syntax
public static class AbpDbContextConfigurationContextOracleExtensions
Methods
UseOracle(AbpDbContextConfigurationContext, Action<OracleDbContextOptionsBuilder>)
Declaration
public static DbContextOptionsBuilder UseOracle(this AbpDbContextConfigurationContext context, Action<OracleDbContextOptionsBuilder> oracleOptionsAction = null)
Parameters
| Type | Name | Description |
|---|---|---|
| AbpDbContextConfigurationContext | context | |
| System.Action<T><OracleDbContextOptionsBuilder> | oracleOptionsAction |
Returns
| Type | Description |
|---|---|
| Microsoft.EntityFrameworkCore.DbContextOptionsBuilder |