Show / Hide Table of Contents

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
Action<OracleDbContextOptionsBuilder> oracleOptionsAction
Returns
Type Description
DbContextOptionsBuilder
In this article
Back to top Powered by ABP.IO Platform