2013-0324

Entity Framework Migrations are handled the package manager console in Visual Studio. The usage is shown in various tutorials, but I haven’t found a complete list of the commands available and their usage, so I created my own. There are four available commands.

Enable-Migrations:Enables Code First Migrations in a project.

Add-Migration: 阅读全文>>

标签: Enable-Migrations Add-Migration Update-Database Get-Migrations 阅读:10769