“更新”是什么意思?使用函数导入时,按钮适用于 EF 中的复杂类型
在 EF 中,当您添加函数导入时,系统会要求您指定名称和 SProc。然后您可以决定返回(可以是 None、Scalers、Complex 和 Entities)。
当您选择“复杂”然后按更新按钮时会发生什么?我想当我按下更新
按钮时我搞砸了我的数据库。我恢复了然后没有按它并且效果很好。
那么,更新有什么作用呢?
In EF, when you add a function import, you are asked to specify the name and the SProc. Then you can decide the return (it can be None, Scalers, Complex, and Entities).
What happens when you choose Complex and then press the update button? I think I screwed up my db when I pressed the Update
button. I reverted and then didn't press it and it works well.
So, what does Update do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
更新按钮不会影响数据库。如果您修改存储过程并再次导入它,并且您想要更新现有的复杂类型而不是删除它并创建新的复杂类型,则可以使用它。
Update button doesn't affect DB. It is used if you modify your stored procedure and import it again and you want to update existing complex type instead of deleting it and creating a new one.