Hi moozzyk,
thank you for the response, i was asking about the code generated.
Since my edmx is really big, i need to pre-generate views and and i'm interested in EF6 view generation because in my case can generate views for a given EDMX ways fast than EF5 (~25 min EF5 and ~2 EF6).
Note that i'm currently using EF5 at runtime.
I'm generating views for EF6 with a little bit of code stolen by your prototype here :)
Bests Max