Class OpenIddictHostMigrationsDbContext
Inheritance
OpenIddictHostMigrationsDbContext
Implements
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Inherited Members
AbpDbContext<OpenIddictHostMigrationsDbContext>.SaveChangesOnDbContextAsync(bool, CancellationToken)
Namespace: Volo.Abp.OpenIddict.Pro.EntityFrameworkCore
Assembly: Volo.Abp.OpenIddict.Pro.OpenIddict.dll
Syntax
public class OpenIddictHostMigrationsDbContext : AbpDbContext<OpenIddictHostMigrationsDbContext>, IAbpEfCoreDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable, IAbpEfCoreDbFunctionContext, ITransientDependency
Constructors
OpenIddictHostMigrationsDbContext(DbContextOptions<OpenIddictHostMigrationsDbContext>)
Declaration
public OpenIddictHostMigrationsDbContext(DbContextOptions<OpenIddictHostMigrationsDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<OpenIddictHostMigrationsDbContext> | options |
Methods
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
ModelBuilder | modelBuilder |
Overrides
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.OpenIddict.Pro.EntityFrameworkCore.OpenIddictHostMigrationsDbContext>.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