Class DemoWithPaymentAppDbContextFactory
Implements
IDesignTimeDbContextFactory<DemoWithPaymentDbContext>
Inherited Members
Namespace: Volo.Saas.DemoWithPaymentApp
Assembly: Volo.Saas.DemoWithPaymentApp.dll
Syntax
public class DemoWithPaymentAppDbContextFactory : IDesignTimeDbContextFactory<DemoWithPaymentDbContext>
Constructors
DemoWithPaymentAppDbContextFactory()
Declaration
public DemoWithPaymentAppDbContextFactory()
Methods
CreateDbContext(string[])
Declaration
public DemoWithPaymentDbContext CreateDbContext(string[] args)
Parameters
Type | Name | Description |
---|---|---|
string[] | args |
Returns
Type | Description |
---|---|
DemoWithPaymentDbContext |
Implements
Microsoft.EntityFrameworkCore.Design.IDesignTimeDbContextFactory<>