Class UnifiedDbContext
Namespace: Volo.Forms.EntityFrameworkCore
Assembly: Volo.Forms.Web.Unified.dll
Syntax
public class UnifiedDbContext : AbpDbContext<UnifiedDbContext>
Constructors
UnifiedDbContext(DbContextOptions<UnifiedDbContext>)
Declaration
public UnifiedDbContext(DbContextOptions<UnifiedDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<UnifiedDbContext> | options |
Methods
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
ModelBuilder | modelBuilder |