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