时间:2021-07-01 10:21:17 帮助过:5人阅读
这三个引用需要与.net core 版本一致,否则后续其他操作时会出错
可以到NuGET包中找到对应的版本然后添加,或者使用一下语句将版本号修改为.net core对应的版本然后执行
Install-Package Microsoft.EntityframeworkCore.SqlServer -Version 3.0
Install-Package Microsoft.EntityframeworkCore.Tools -Version 3.0
Install-Package Microsoft.VisualStudio.Web.CodeGeneration.Design -Version 3.0
添加了引用后即可执行下面语句生成实体模板 -OutputDir 参数后的内容为为存放实体模板的文件夹名称
Scaffold-DbContext -Force “Server=.;Database=Test;Trusted_Connection=True;MultipleActiveResultSets=true” Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models
.net core 根据已有数据库创建实体Model
标签:get tput force work pre connect tip sql tool