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).
views:
26answers:
1
+1
A:
You can do that with a Code-First model. You need the CTP for that, though.
Craig Stuntz
2010-08-02 22:03:03