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).
How can you change the schema that is defined in the ssdl files generated
Share
You can do that with a Code-First model. You need the CTP for that, though.