Forget about generation crap and start with the latest EF and take the first code approach. Then you have full control over POCO. I'm still a little puzzled by EF, but the first approach to the code will allow you to create classes as you wish, and then associate them with the ORM bits. If you do not want to write your own classes, I do not know how to achieve what I want.
source
share