“更新”是什么意思?使用函数导入时,按钮适用于 EF 中的复杂类型

发布于 2024-11-28 10:12:08 字数 199 浏览 0 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

神魇的王 2024-12-05 10:12:08

更新按钮不会影响数据库。如果您修改存储过程并再次导入它,并且您想要更新现有的复杂类型而不是删除它并创建新的复杂类型,则可以使用它。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文