使用 LINQ to CRM 预先加载子属性
无论如何,我是否可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论