Class DemoAppLeptonXDbContext
Implements
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Inherited Members
Namespace: Volo.Abp.Identity.Pro.DemoAppLeptonX
Assembly: Volo.Abp.Identity.Pro.DemoAppLeptonX.dll
Syntax
public class DemoAppLeptonXDbContext : AbpDbContext<DemoAppLeptonXDbContext>, IAbpEfCoreDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable, IAbpEfCoreDbFunctionContext, ITransientDependency
Constructors
DemoAppLeptonXDbContext(DbContextOptions<DemoAppLeptonXDbContext>)
Declaration
public DemoAppLeptonXDbContext(DbContextOptions<DemoAppLeptonXDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<DemoAppLeptonXDbContext> | options |
Methods
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
ModelBuilder | modelBuilder |
Overrides
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.Identity.Pro.DemoAppLeptonX.DemoAppLeptonXDbContext>.OnModelCreating(Microsoft.EntityFrameworkCore.ModelBuilder)
Implements
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService