Class LeptonThemeDemoHttpApiHostMigrationsDbContextFactory
Implements
IDesignTimeDbContextFactory<LeptonThemeDemoHttpApiHostMigrationsDbContext>
Inherited Members
Namespace: Volo.Abp.LeptonTheme.HttpApi.Host.EntityFrameworkCore
Assembly: Volo.Abp.LeptonTheme.HttpApi.Host.dll
Syntax
public class LeptonThemeDemoHttpApiHostMigrationsDbContextFactory : IDesignTimeDbContextFactory<LeptonThemeDemoHttpApiHostMigrationsDbContext>
Constructors
LeptonThemeDemoHttpApiHostMigrationsDbContextFactory()
Declaration
public LeptonThemeDemoHttpApiHostMigrationsDbContextFactory()
Methods
CreateDbContext(string[])
Declaration
public LeptonThemeDemoHttpApiHostMigrationsDbContext CreateDbContext(string[] args)
Parameters
Type | Name | Description |
---|---|---|
string[] | args |
Returns
Type | Description |
---|---|
LeptonThemeDemoHttpApiHostMigrationsDbContext |
Implements
Microsoft.EntityFrameworkCore.Design.IDesignTimeDbContextFactory<>