LinqPad 支持最新的 Odata 库吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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).