Class DemoAppDbContextFactory
Implements
IDesignTimeDbContextFactory<DemoAppDbContext>
Inherited Members
Namespace: Volo.Saas.DemoApp
Assembly: Volo.Saas.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<>