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