Class DemoAppDbContextFactory
Implements
IDesignTimeDbContextFactory<DemoAppDbContext>
Inherited Members
Namespace: Volo.Abp.Identity.Pro.DemoApp
Assembly: Volo.Abp.Identity.Pro.DemoApp.dll
Syntax
public class DemoAppDbContextFactory : IDesignTimeDbContextFactory<DemoAppDbContext>
Constructors
DemoAppDbContextFactory()
Declaration
public DemoAppDbContextFactory()
Methods
CreateDbContext(string[])
Declaration
public DemoAppDbContext CreateDbContext(string[] args)
Parameters
Type | Name | Description |
---|---|---|
string[] | args |
Returns
Type | Description |
---|---|
DemoAppDbContext |
Implements
Microsoft.EntityFrameworkCore.Design.IDesignTimeDbContextFactory<>