如何在 Dynamics CRM 4.0 中使用 XrmDataContext 禁用缓存?
我们正在针对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看这些链接
Take a look at these links
好的 - 在 此站点
显然将 [entityschemaname] 替换为您要从缓存中删除的实体的架构名称:-)
Ok - found the answer at this site
Obviously replace [entityschemaname] with the schema name of the entity that you want to remove from the cache :-)