odata
Set the database name when using oData and EF
I have a scenario where there are multiple dbs that have the same schema and clients can pick which database to query.Is there a way to include the database na开发者_JAVA技巧me when doing an oData que[详细]
2023-03-22 09:25 分类:问答Wcf Web APi OData
I have recently discover开发者_JAVA技巧ed OData & the new WCF Web APi library on codeplex. The web api allows me to expose results as IQueryable, which allows me to expose URL\'s in the OData form[详细]
2023-03-21 15:12 分类:问答Why does HttpWebRequest.GetResponse() hang when trying to update an OData service?
I\'m writing an OData consumer in c#.I can successfully delete an entry, but for some reason it simply hangs / freezes on GetResponse() when I try to update.It even ignores my timeout.Below is my test[详细]
2023-03-20 22:11 分类:问答How can I get OData DELETE to work?
I\'ve created an OData service (WCF Data Service开发者_开发技巧), and a consumer to test it. Previously, when I attempted to delete, I got the WebDAV 405 error message, \"Method Not Allowed\".[详细]
2023-03-20 20:30 分类:问答Insert chinese using odata client to azure sql
I am using azure aql as a backend for a windows phone app I am writing. I expose the db using odata protocol, and using the odata client library to read and write db. I am having a problem to insert C[详细]
2023-03-20 13:22 分类:问答How to turn on IIS7 output cache for WCF data services (OData)
I have a WCF data service which is sensitive to a quite sophisticated notion of parameters in terms of URL. The common case is having the URLs like http://host:port/DataServices/NavigationMetadataServ[详细]
2023-03-20 07:06 分类:问答How to access HttpServletRequest in Odata service provider
I am using Odata4j for exposing my services and i need to access HttpServletRequest object from my s开发者_如何转开发ervice provider. Is there is a way yo do this. I tried using @Context annotation to[详细]
2023-03-20 03:10 分类:问答Unsigned integer type in OData?
Is there a way to specify unsigned integers in the OData Metadata (CSDL) format?I have a data structure that contains an unsigned 64 bit integer, but from the documentation here it seems there isn\'t[详细]
2023-03-20 03:06 分类:问答Does LinqPad support latest Odata libraries?
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[详细]
2023-03-19 06:15 分类:问答HTTP response and headers for AJAX/oData authentication?
How oData or AJAX services should respond when the authentication cookie is expired and it\'s time to renew?[详细]
2023-03-18 04:04 分类:问答