Entity Framework DataBase First笔记
时间:2015-03-26 20:27:48
收藏:0
阅读:214
从数据库重新生成实体模型后,重新生成实体类。
To generate the classes, do the following:
- Right click on the .tt file of the solution explorer.
- Click on the "Run custom tool".
- Click on "OK" for the warning.
- new classes will be genrated.
原文:http://www.cnblogs.com/ooexception/p/4369624.html
评论(0)