自跟踪实体扩展方法

发布于 2024-09-08 16:03:09 字数 108 浏览 1 评论 0原文

当生成上下文时,我看到有一些扩展方法:AcceptChanges、MarkAsAdded、MarkAsDeleted、MarkAsModified。 我应该什么时候使用这些方法,因为它们仅在服务上可用?

When the context is generated i see there are some extension methods : AcceptChanges, MarkAsAdded, MarkAsDeleted, MarkAsModified.
When should i use these methods since they are available only on the service?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

过期情话 2024-09-15 16:03:09

它们也可以在客户端上使用 - 确保您已在文件开头包含它们的名称空间。如果没有,智能感知将不会提供建议,因为这些是扩展方法。

通常,您在客户端引用相同的项目,并且您也应该具有这些方法。当然,您在适当的时候使用它们。

They are available on the client as well - make sure you've included their namespace at the beginning of your file. If not, the intellisense will not offer a suggestion for it since these are extension methods.

Usually, you reference the same project on the client side, and you should have these methods as well. You use them when appropriate of course.

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