net core codefirst 從現有資料庫

  • 139
  • 0

net core codefirst 從現有資料庫

 [工具] –> [NuGet 套件管理員] –> [套件管理員主控台]

執行下列命令,以便從現有的資料庫來建立模型:

Scaffold-DbContext "Server=(localdb)\mssqllocaldb;Database=test;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models

https://docs.microsoft.com/zh-tw/ef/core/get-started/aspnetcore/existing-db?view=aspnetcore-2.1