实体框架代码优先 支持“<数据库>”的模型自数据库创建以来上下文已更改数据库>
有没有办法确定您正在使用的数据库上下文和您正在连接的数据库之间的差异,以便您可以在收到消息时相应地更新数据库:
自创建数据库以来,支持“”上下文的模型已更改。
?
Is there a way of determining the differences between the database context you are using and the database you are connecting to so that you can update your database accordingly when you receive the message:
The model backing the '' context has changed since the database was created.
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
否,但您可以更改连接字符串,再次创建数据库并使用某些 diff 工具来比较数据库(例如 Visual Studio 2010 Premium 或 Ultimate,或 RedGate 中的工具)。
No but you can change connection string, create database again and use some diff tool to compare databases (for example Visual Studio 2010 Premium or Ultimate, or tools from RedGate).