views:

26

answers:

1

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).

+1  A: 

You can do that with a Code-First model. You need the CTP for that, though.

Craig Stuntz