I have seen a couple of references stating that WCF Data Servic开发者_Go百科es handles change tracking automatically. Does that mean you don\'t need to create Self Tracking Entities (STE) and it works
Tier database and every single table has a DataSetId and I absolutely want to be sure that the data is always partitioned correctly.
I\'m new to WCF Data Services so I\'ve been playing. After some initial tests I am disappointed by the performance of my test data service.
I have read all other posts and have been googling this for the last 2 hours! I started WCF Data Services about 3 hours ago btw.
Is there a way to eagerly load the child collections of entities fetched in a query without having to specify the paths of the collections as strings in the Expand method?
I am trying to query a single entity in a database with a DataServiceQuery. The entity I am trying to load has relations to a graph of other entities that I want to load as well. MSDN describes here
I really need to be abl开发者_JAVA技巧e to perform a \'DISTINCT\' on a WCF Data Service query. From what I can tell, such a function doesn\'t exist.I know that I can use the Distinct extension method
I am creating an OData service with WCF Data Services using an E开发者_StackOverflow中文版DMX. How can I create a computed property for an entity type, so that its value gets computed in the service (
I am trying to return a custom class from my WCF data service. My custom class is: [DataServiceKey(\"ID\")]
Not to add another SO post regarding the different WCF stacks, but I want to make sure I\'m heading in the right direction before I waste more development time...