开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜