Show / Hide Table of Contents

Class UnifiedDbContextFactory

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