Class AbpDbContextConfigurationContext<TDbContext>
Inheritance
AbpDbContextConfigurationContext<TDbContext>
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public class AbpDbContextConfigurationContext<TDbContext> : AbpDbContextConfigurationContext, IServiceProviderAccessor 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
Properties
DbContextOptions
Declaration
public DbContextOptionsBuilder<TDbContext> DbContextOptions { get; }
Property Value
Type |
Description |
DbContextOptionsBuilder<TDbContext> |
|
Implements
Extension Methods