odata
Manipulating an Azure table through OData
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[详细]
2023-02-27 02:25 分类:问答How do I secure an OData service?
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[详细]
2023-02-26 11:10 分类:问答OData service to expose entity populated from multiple data sources
This entity will be exposed via a Read-Only OData service, CompanySummary.svc public class CompanySummary[详细]
2023-02-25 19:41 分类:问答Why can't we use SetEntitySetPageSize and MaxResultsPerCollection together?
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.[详细]
2023-02-25 17:36 分类:问答Convert OData Uri to his equivalent Linq expression
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[详细]
2023-02-25 10:14 分类:问答Get OData or Atom Service feed for SSRS 2008 R2 Shared Dataset
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[详细]
2023-02-25 10:03 分类:问答Dynamic Entity Model for WCF Data Service
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[详细]
2023-02-24 23:20 分类:问答Silverlight(MVVM, Prism) + WCF Data Services + Context.UpdateObject = Context not tracking entity
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[详细]
2023-02-22 08:29 分类:问答Relationship navigation in WCF Data Service with custom (object) data source
I have 3 levels of hierarchy in my data: DepartmentList -> EmployeeCollection -> Employee Basically, there are a number departments, each containing a number of employees.[详细]
2023-02-22 08:27 分类:问答How do I query using ODATA for the existence of a relationship between two entities?
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?[详细]
2023-02-21 14:00 分类:问答