LinqPad 支持最新的 Odata 库吗?

发布于 2024-11-19 09:31:59 字数 136 浏览 5 评论 0原文

Linqpad 是否使用 OData(WCF 数据服务)客户端库来生成将调用数据服务的代理,还是使用纯 http/REST?由于它正在获取可用于查询的强类型上下文,我假设它使用代理? 如果是前者,有没有办法更新 Linqpad 使用的 OData 客户端库?

Does Linqpad use OData (WCF Data services) client library to generate the proxy that'll call the Data service OR does it use plain http/REST? Since it was getting strongly typed context, which can be used for the queries, I assume its using a proxy?
If its the former, is there a way to update the OData client library to be used by Linqpad?

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

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

发布评论

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

评论(1

傻比既视感 2024-11-26 09:31:59

LINQPad 使用 System.Data.Services.Design 中的 EntityClassGenerator 来生成客户端代理类。此类是 .NET Framework 的标准部分 - 我不知道更新的 OData 客户端库...有吗?

编辑: LINQPad 现在支持 OData 5(从版本 4.42.06 开始)。

LINQPad uses EntityClassGenerator in System.Data.Services.Design to generate the client proxy classes. This class is a standard part of the .NET Framework - I'm not aware of an updated OData client library... is there one?

Edit: LINQPad now supports OData 5 (from version 4.42.06).

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