Complex types and stored procedures – 2nd edition
Some time ago I was writing about not supported scenario when you have entity with complex type and you want to map result of stored procedure to this entity. I couldn’t believe that this, from my point of view fairly common, scenario will not be supported in designer in RTM.
Right now I’m running RC of Visual Studio 2010 (the development probably in feature freeze mode) and the limitation is still there. 😦 Jeff Derstadt was absolutely right, unfortunately. Although Zeeshan Hirani in forum said, he was able to do it manually, it’s uncomfortable. Same as complex types in EFv1.
Looks like complex types, sadly, are still not first class citizens for designer.