Show / Hide Table of Contents

Class AbpDbContextConfigurationContext<TDbContext>

Inheritance
System.Object
AbpDbContextConfigurationContext
AbpDbContextConfigurationContext<TDbContext>
Inherited Members
AbpDbContextConfigurationContext.ServiceProvider
AbpDbContextConfigurationContext.ConnectionString
AbpDbContextConfigurationContext.ConnectionStringName
AbpDbContextConfigurationContext.ExistingConnection
Namespace: Volo.Abp.EntityFrameworkCore.DependencyInjection
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public class AbpDbContextConfigurationContext<TDbContext> : AbpDbContextConfigurationContext where TDbContext : AbpDbContext<TDbContext>
Type Parameters
Name Description
TDbContext

Constructors

AbpDbContextConfigurationContext(String, IServiceProvider, String, DbConnection)

Declaration
public AbpDbContextConfigurationContext(string connectionString, IServiceProvider serviceProvider, string connectionStringName, DbConnection existingConnection)
Parameters
Type Name Description
System.String connectionString
IServiceProvider serviceProvider
System.String connectionStringName
DbConnection existingConnection

Properties

DbContextOptions

Declaration
public DbContextOptionsBuilder<TDbContext> DbContextOptions { get; }
Property Value
Type Description
DbContextOptionsBuilder<TDbContext>

Extension Methods

AbpDbContextConfigurationContextPostgreSqlExtensions.UsePostgreSql(AbpDbContextConfigurationContext, Action<NpgsqlDbContextOptionsBuilder>)
AbpDbContextConfigurationContextPostgreSqlExtensions.UseNpgsql(AbpDbContextConfigurationContext, Action<NpgsqlDbContextOptionsBuilder>)
AbpDbContextConfigurationContextSqliteExtensions.UseSqlite(AbpDbContextConfigurationContext, Action<SqliteDbContextOptionsBuilder>)
AbpDbContextConfigurationContextOracleDevartExtensions.UseOracle(AbpDbContextConfigurationContext, Action<OracleDbContextOptionsBuilder>, Boolean)
AbpDbContextConfigurationContextMySQLExtensions.UseMySQL(AbpDbContextConfigurationContext, Action<MySqlDbContextOptionsBuilder>)
AbpDbContextConfigurationContextOracleExtensions.UseOracle(AbpDbContextConfigurationContext, Action<OracleDbContextOptionsBuilder>)
AbpDbContextConfigurationContextSqlServerExtensions.UseSqlServer(AbpDbContextConfigurationContext, Action<SqlServerDbContextOptionsBuilder>)
AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft