How can you change the schema
that is defined in the ssdl
files generated by the Entity Framework at runtime? I understand that this is not support out of the box and I don't want to use any external projects (like the one suggest here).
Asked
Active
Viewed 494 times
1
1 Answers
2
You can do that with a Code-First model. You need the CTP for that, though.

Craig Stuntz
- 125,891
- 12
- 252
- 273