手动将列添加到 dbml 文件中的表中

发布于 2024-12-01 16:56:12 字数 236 浏览 0 评论 0原文

我通过编辑 xml 手动将列​​添加到 .dbml 文件中的表中。 此后,我右键单击 .dbml 并选择“运行自定义工具”。

我是 linq-to-sql 的新手,正在使用域模型和视图模型开发现有的 MVC Web 应用程序。

该解决方案还包含一个数据库项目,我知道该项目不会自动更新。

现在我需要知道如何检查所有内容是否已正确更新。运行自定义工具后,我只能更改 .dbml 和 .designer.cs 吗?

I manually added a column to a table in a .dbml file by editing the xml.
Hereafter I rigthclicked the .dbml and chose 'Run Custom Tool'.

I'm new to linq-to-sql and is working on an existing MVC webapp with domainmodel and viewmodel.

The solution also contains a database project which I know was not updated automatically.

Now I need to know how to check that everything was updated correctly. Is it only the .dbml and the .designer.cs that I can expect to be changed after running the custom tool?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤独陪着我 2024-12-08 16:56:12

“运行自定义工具”就可以了。不需要其他任何东西。
除了 .dbml 和 .designer.cs 文件之外,没有其他文件发生更改。

'Run Custom Tool' does the trick. Nothing else is needed.
And no other files than .dbml and the .designer.cs files are changed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文