公开派生类型的解决方法使用 OData 的属性

发布于 2024-10-03 23:12:47 字数 139 浏览 5 评论 0原文

我们希望使用 OData 公开派生类型的属性,并且我们正在使用实体框架。但我们总是有一个例外,即我们无法访问这些派生类型的导航属性。我们也无法通过服务运营来做到这一点。现在,我们正在考虑是否可以自定义响应以显示派生实体的属性,特别是导航属性。有哪些可能的解决方法?

We want to expose the properties of our derived types with OData and we are using Entity Framework. But we always have the exception that we cannot access the navigation properties of those derived types. We can't do it with service operations as well. Now, we are thinking if we can customize the response just to show the properties of our derived entities particularly the navigation properties. What are the possible workarounds?

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

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

发布评论

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

评论(1

只怪假的太真实 2024-10-10 23:12:47

您可以使用此格式将基本类型集合条目转换为 odatav3 中的派生类型

<root>/<base collection name>/<full namespace of derived type>

you can cast the base type collection entries to the derived type in odatav3 with this format

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