全局安装/更新代码生成组件
dotnet tool install -g dotnet-aspnet-codegenerator
dotnet tool update -g dotnet-aspnet-codegenerator
使用命令生成DB-First的数据库model个DBContext
Scaffold-DbContext -Force "Database=KHBase;Data Source=huawei.g150.top;Port=3306 ;User Id=killbill;Password=147162hhu;Charset=utf8;TreatTinyAsBoolean=false;Allow User Variables=True" -Provider "Pomelo.EntityFrameworkCore.MySql" -OutputDir DatabaseContext


killbill
6 声望2 粉丝

没有什么比编程更快乐了~


引用和评论

0 条评论