简体   繁体   English

ADO.NET模型未更新存储过程更改

[英]ADO.NET model is not updating stored procedure changes

I have added ADO.NET entity framework model in my project. 我在项目中添加了ADO.NET实体框架模型。 When I do changes in stored procedure it is not reflecting that change in ADO.NET entity model. 当我在存储过程中进行更改时,它并没有反映出ADO.NET实体模型中的更改。 I tried to remove old stored procedure from model and update model once again but ADO.NET model is not updating that changes. 我试图从模型中删除旧的存储过程并再次更新模型,但是ADO.NET模型没有更新该更改。 Can someone please help me to solve this ? 有人可以帮我解决这个问题吗?

Thanks in advance 提前致谢

This is a functional limitation in the designer. 这是设计器中的功能限制。 Take a look at this work item on codeplex - it contains a work around for this. 在codeplex上查看此工作项-它包含有关此工作的解决方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM