使用 SQLMetal 是全部还是全部?
我正在寻找使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不幸的是,我认为这是不可能的。我正在尝试自己找出一个好方法。
讨论此问题的一些有趣链接:
http://msdn.microsoft.com/en -us/library/bb386987.aspx(请参阅底部的评论)
http://social.msdn.microsoft.com/forums/en-US/linqprojectgeneral/thread/a36bde81-3376-40a4-8b99-49b403b60e60/
http:// Social.msdn.microsoft.com/forums/en-US/linqprojectgeneral/thread/7604ea59-fab9-4763-93fb-589d5ff959a0/
I don't think this is possible, unfortunately. I'm trying to figure out a good way to do it myself.
Some interesting links discussing this problem:
http://msdn.microsoft.com/en-us/library/bb386987.aspx (see the comments at the bottom)
http://social.msdn.microsoft.com/forums/en-US/linqprojectgeneral/thread/a36bde81-3376-40a4-8b99-49b403b60e60/
http://social.msdn.microsoft.com/forums/en-US/linqprojectgeneral/thread/7604ea59-fab9-4763-93fb-589d5ff959a0/
如果您可以使用 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