处理 ASP.NET 中版本分支/回滚之间的数据库更改
编辑已删除。检查 处理版本分支/回滚之间的数据库更改在 ASP.NET 中
edit removed. check Dealing with Database changes between version branches/rollbacks in ASP.NET
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我突然想到,使用存储过程会对此有所帮助,因为您的页面不需要知道架构。此外,您只需更新存储过程一次,就无需在代码中进行任何其他更改(除非是极其大规模的架构更改)。
Just off the top of my head, using stored procedures would help with this, as your pages wouldn't need to know the schema. Additionally, you update your stored procedures once, and you don't have any additional changes to make in your code (unless it's an incredibly massive schema change).