使用 SQLMetal 是全部还是全部?

发布于 2024-08-15 00:42:27 字数 191 浏览 4 评论 0原文

我正在寻找使用 SQLMetal 为 Web 应用程序创建一个预构建方法,以将自上次构建以来的任何更改引入我的 DBML 文件中。由于我们刚刚开始使用 LINQ,大多数大型数据库都不在 DBML 中。有没有什么方法可以使用 SQLMetal 来重新生成少量(少于 10 个)表和大约 3 个 SPROC,或者是全部还是没有?

谢谢

汤姆

I was looking to create a pre-build method for a web application using SQLMetal to bring any changes since the last build into my DBML file. Since we are just starting out with LINQ most of the large database is not in the DBML. Is there any way to use SQLMetal to just regenerate a handful (less than 10) of tables and about 3 SPROCs or is it all or none?

Thanks

Tom

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

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

发布评论

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

评论(2

奢望 2024-08-22 00:42:27

如果您可以使用 powershell,这将删除您不需要的表。

http://ddkonline.blogspot.com/2008 /06/using-power-of-powershell-to-configure.html

If you can use powershell this will remove the tables you do not want.

http://ddkonline.blogspot.com/2008/06/using-power-of-powershell-to-configure.html

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