Class UnifiedDbContextFactory
Implements
IDesignTimeDbContextFactory<UnifiedDbContext>
Inherited Members
Namespace: Volo.Abp.TextTemplateManagement.EntityFrameworkCore
Assembly: Volo.Abp.TextTemplateManagement.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<>