WCF 数据服务 - 首次请求时包括儿童

发布于 2024-12-02 10:36:56 字数 156 浏览 0 评论 0原文

我有一个带有销售行和多个行项目的实体模型。当我对特定行发出请求时,我会返回该行信息,但不会返回子行项目。我尝试从导航属性中删除 [XmlIgnoreAttribute()] 和 [SoapIgnoreAttribute()],但我仍然没有获得子项目。 WCF 数据服务无法一次性序列化整个对象图吗?

I have an entity model with a sales line and a multiple line items. When I do a request for a particular line, I get the line information back, but I don't get an of the children line items back. I've tried removing the [XmlIgnoreAttribute()] and [SoapIgnoreAttribute()] from the navigation property but I still don't get the child items. Can WCF Data Services not serialize an entire object graph in one shot?

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

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

发布评论

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

评论(1

稀香 2024-12-09 10:36:57

No you must say service that you want to load navigation property as well by using Expand extension method on client.

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