Class IdentityServerHostMigrationsDbContextFactory
Implements
IDesignTimeDbContextFactory<IdentityServerHostMigrationsDbContext>
Inherited Members
Namespace: Volo.CmsKit.EntityFrameworkCore
Assembly: Volo.CmsKit.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<>