If I have an Azure table, what (if anything) do I need to do to expose it through OData? Also, what does the OData URL look like? If my Table Url is mytable.table.core.windows.net, where should I poi
OData is great because it\'s simple. However, I don\'t see any security specification for OData. What is common pr开发者_如何学JAVAactice? HTTPS + (username, pwd)There is mentioned in the spec, it i
This entity will be exposed via a Read-Only OData service, CompanySummary.svc public class CompanySummary
I\'m developing an WCF Data Service and I wanted to use the SetEntitySetPageSize (allows server paging) and the MaxResultsPerCollection (sets the max # of rows returned) 开发者_如何学JAVAtogether.
I\'m creating a WCF service whose result is not a strict OData feed (for complicated reasons, business strategy, etc). In addition, the format of the URL is slightly different from OData although most
Is there anyway to get a shared dataset to simply dump it\'s contents in an Atom or OData feed that can then be consumed somew开发者_运维知识库here else?In our scenario we want to build just the datas
I want to expose the contents of a SQL database as an OData feed using WCF Data Service. Everything works well as long as the SQL database schema is unchanged. Once a database table is added or alter
Silverlight 4 with Prism (MVVM pattern). I\'m building a filter which is a datatype from the WCFDataService(Entity Framework).I get it from the context开发者_如何学Python, then make a change to an att
I have 3 levels of hierarchy in my data: DepartmentList -> EmployeeCollection -> Employee Basically, there are a number departments, each containing a number of employees.
Is there a way to write an ODATA query (i.e., using an ODATA URL) that tests for the existance of a relationship between two entity instances?