I want to access an WCF .svc service from my iphone application. It is an ODATA based service. the samples from the ODATA sdk for iOS shows how to create proxy classes for the database schema using no
I have a database view which I publish to other systems using WCF data services. The middle layer between the database and the WCF Data Services is built upon Entity Framework 4.1
I\'m looking for a sample on开发者_如何转开发 how to expose an olap cube as an odata feed so it can be consumed by powerpivot. I do not want to provide direct access to the cube.
I have an OData service where I\'m trying to filter by a list of开发者_开发百科 IDs; the SQL equivalent would be something like:
We expose an odata service to allow our iOS application to talk to our application MS SQL Server database.
If I use my entity model in a web project I can navigate to the 1-* 1-0.1 nav properties fine...but when I load that exact same object via LinqPad at my oData Service the nav property is always null
Say I have the following query OData Linq Query (run against http://odata.netflix.com/v2/Catalog): Genres.Where(x=>x.Name==\"Adventures\")
I have an OData WCF ADO.NET service created with Entity Framework using protocol version 2. The entity model looks like this:
I\'ve created an application that exposes a self-hosted OData web service. The web service exposes a collection of objects named \"Main\". Each of these Main objects has a reference to a releated \"De
We have pure OData service (.Net 4, hosted in IIS) which works fine. We want to deploy this servi开发者_运维知识库ce on Linux.