c# - Entity Framework/L2S creating new table in DB and Load it to the context? -


Is it possible to programmatically create a new table in EF or L2S and load it in the context?

We have this application that needs to create a table at runtime and some CRD activities in that table.

Is this possible? If not, then any advice?

You can do EF4 and.


Comments