使用 LINQ to CRM 预先加载子属性

发布于 2024-10-23 23:41:09 字数 397 浏览 1 评论 0原文

无论如何,我是否可以使用 SDK 4.0.12 中提供的 LINQ to CRM Provider 在 CRM 实体上预先加载客户端定义子属性?我正在寻找与实体框架 如此处所示。我很乐意能够做到这一点,以便我们可以将我们的存储库接口与我们已有的针对 EF 的接口保持一致。

顺便说一句,我知道我可以通过公开我的 DataContext 的 WCF 数据服务在客户端执行此操作,然后使用 .Expand() 扩展方法。因此,允许我在服务器上执行相同的操作似乎并不困难。

Is there anyway I can eager load client defined child properties on a CRM entity using the LINQ to CRM Provider supplied in SDK 4.0.12? I'm looking for something the same as the pattern in Entity Framework as shown here. I'd love to be able to do this so we can align our repository interfaces with those we already have against EF.

As an aside, I know I can do it client side via a WCF Data Service exposing my DataContext and then use the .Expand() extension method. Therefore, it doesn't seem like such a stretch to allow me to perform the same at the server.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文