开发者

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

开发者 https://www.devze.com 2023-01-08 13:26 出处:网络
Is it possible to create a new table programatically in开发者_开发百科 EF or L2S and load it to its context?

Is it possible to create a new table programatically in开发者_开发百科 EF or L2S and load it to its context?

We have this application that requires to create a table at runtime and do some CRUD activities to that table.

Is this possible? If not, any advice?


You can do this with EF 4 and Code First.

0

精彩评论

暂无评论...
验证码 换一张
取 消