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