公开派生类型的解决方法使用 OData 的属性
我们希望使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用此格式将基本类型集合条目转换为 odatav3 中的派生类型
you can cast the base type collection entries to the derived type in odatav3 with this format