开发者

Is there an automated way to update an entity model with the Entity Framework?

开发者 https://www.devze.com 2023-02-24 09:14 出处:网络
It seems at this point all one开发者_Go百科 can do is manually update it from within Visual Studio, recompile the assembly then deploy. Is that the only way? Or is there an easier, automated method of

It seems at this point all one开发者_Go百科 can do is manually update it from within Visual Studio, recompile the assembly then deploy. Is that the only way? Or is there an easier, automated method of doing so?


You can use the EDM Generator outside of Visual Studio in order to generate part or all of your model (Storage, Mapping, and/or Class). If you are storing your model externally from your assembly, be sure you update your connection string accordingly.

0

精彩评论

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