Does Linqpad use OData (WCF Data services) client library to generate the proxy that'll call the Data service OR does i开发者_开发百科t 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?
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).
精彩评论