如何在 Dynamics CRM 4.0 中使用 XrmDataContext 禁用缓存?

发布于 2024-12-11 08:29:22 字数 163 浏览 3 评论 0原文

我们正在针对 Dynamics CRM 4.0 使用高级开发人员扩展。我们已使用 CrmSvcUtil 生成了实体和 Xrm 上下文。

我们需要做的是禁用上下文使用的内置缓存,因为它返回不正确的结果,但我一直无法找到如何做到这一点 - 有什么想法吗?

谢谢马特

We are using the Advanced Developer Extension against Dynamics CRM 4.0. We have generated the entities and the Xrm context using CrmSvcUtil.

What we need to do is disable the built in caching that the context uses as it is returning incorrect results, but I've been unable to find out how to do this - any ideas ?

Thanks

Matt

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

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

发布评论

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

评论(2

奶茶白久 2024-12-18 08:29:22

查看这些链接

  • http://arens.ws/wordpress/?p=54
  • <一href="http://community.adxstudio.com/Default.aspx?DN=d589dc6c-b2bf-4ae1-a8ca-06ac55f2a177&topic=40f3987f-9600-4a75-84f8-1dcffcfbd875&page=1" rel="nofollow">http://community.adxstudio.com/Default.aspx?DN=d589dc6c-b2bf-4ae1-a8ca-06ac55f2a177&topic=40f3987f-9600-4a75-84f8-1dcffcfbd875&page=1
  • <一href="http://msdn.microsoft.com/en-us/library/gg398020.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/gg398020.aspx
初相遇 2024-12-18 08:29:22

好的 - 在 此站点

CacheManager.GetBaseCache().Remove("adxdependency:crm:entity:[entityschemaname]");

显然将 [entityschemaname] 替换为您要从缓存中删除的实体的架构名称:-)

Ok - found the answer at this site

CacheManager.GetBaseCache().Remove("adxdependency:crm:entity:[entityschemaname]");

Obviously replace [entityschemaname] with the schema name of the entity that you want to remove from the cache :-)

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