Entity Framework/WCF Data Services June 2011 CTP: Derived Entities with Related Data
Posted by: Julia Lerman Blog - Dont Be Iffy...,
on 02 Jul 2011 |
View original | Bookmarked: 0 time(s)
Well, this change really came in the March 2011 CTP but I didn’t realize it until the June CTP was out, so I’ll call it a wash.
WCF Data Services has had a bad problem with inherited types where the derived type had a relationship to yet another type. For example, in this model where TPTTableA is a derived type (from Base)and has related data (BaseChildren).
If you expose just the Bases EntitySet (along with its derived type) in a WCF Data service, that was fine. I can browse...