Show / Hide Table of Contents

Class IdentityServerHostMigrationsDbContextFactory

Inheritance
object
IdentityServerHostMigrationsDbContextFactory
Implements
IDesignTimeDbContextFactory<IdentityServerHostMigrationsDbContext>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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<>
In this article
Back to top Powered by Volosoft