Update-database for dll in EntityFramework

The database update is performed in the class library in the solution. I have a Configuration:DbMigrationsConfiguration<TestContext>

class in mine Data.dll

, I am adding a link Data.dll

to another project like a console application and now I want to install Update-Database

in the package manager console. How can i do this?

+3


source to share





All Articles