Show / Hide Table of Contents

Class AbpDbContextConfigurationContextOracleExtensions

Inheritance
System.Object
AbpDbContextConfigurationContextOracleExtensions
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 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<OracleDbContextOptionsBuilder> oracleOptionsAction
Returns
Type Description
DbContextOptionsBuilder
Back to top Powered by Volosoft