Class AbpDbContextConfigurationContext<TDbContext>
Inheritance
System.Object
AbpDbContextConfigurationContext<TDbContext>
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