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

Community
  • 1
  • 1
Omar
  • 39,496
  • 45
  • 145
  • 213

1 Answers1

2

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

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