Complex Types not working in Entity Model 3.5
I am trying to add a 开发者_开发问答stored procedure to entity model. When I try function import, and want to use a complex type based on SP structure, it doesn't allow me. Infact Complex Types Option is disabled.
How to solve this issue?
The only way how to solve this issue is upgrading to EF 4.0 because returning complex types from function imports is new feature of EFv4.
精彩评论