使用 Entity Framework for .NET Core 更新我的单独 DAL 模型的任何方法
Any way to update my separate DAL Models Using Entity Framework for .NET Core
当我正在使用以下命令更新我的 DBContext 时..
脚手架-DbContext "Server=MySERVER;Database=SSTEST;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir DBContext/DBModels
然后 DBContext 默认在 ASP.NET Core Web Application 中创建。我正在使用我的 DAL Separate Class 库,并希望在 DAL 而不是主项目应用程序下更新 DBContext。
Find PrintScreen
Required DBContext Like..
您必须 select 您所在的控制台中的默认项目 运行 命令
当我正在使用以下命令更新我的 DBContext 时..
脚手架-DbContext "Server=MySERVER;Database=SSTEST;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir DBContext/DBModels
然后 DBContext 默认在 ASP.NET Core Web Application 中创建。我正在使用我的 DAL Separate Class 库,并希望在 DAL 而不是主项目应用程序下更新 DBContext。
Find PrintScreen
Required DBContext Like..
您必须 select 您所在的控制台中的默认项目 运行 命令