EdmGen2使用方法
2012-09-08 18:13:40 来源:WEB开发网一、生成edmx(不含结构)和独立的csdl,ssdl,msl文件
EdmGen2 /RetrofitModel "Server=(local);Integrated Security=true;Initial;Catalog=mytestdb;" "System.Data.SqlClient" "mytestdb"
-->mytestdb.edmx,mytestdb.csdl,mytestdb.msl,mytestdb.ssdl
二、通过edmx生成csdl,ssdl,msl
EdmGen2 /fromedmx mytestdb.edmx
三、通过csdl,ssdl,msl生成edmx
EdmGen2 /toedmx mytestdb.csdl,mytestdb.msl,mytestdb.ssdl
-->mytestdb.edmx(含结构)
四、生成单一的edmx(含结构)
EdmGen2 /modelgen "Server=(local);Integrated Security=true;Initial Catalog=mytestdb;" "System.Data.SqlClient" "mytestdb"
-->mytestdb.edmx(含结构)
五、生成edmx的cs文件
EdmGen2 /codegen cs mytestdb.edmx
-->生成:mytestdb.cs
六、生成已编译的存储型视图结构
EdmGen2 /viewgen cs mytestdb.edmx
-->mytestdb.GeneratedViews.cs (将此文件拷贝至项目中,其它代码文件不需改变,EF会自动调用,不再动态生成)
七、检查edmx是否正确
EdmGen2 /validate
mytestdb.edmx
更多精彩
赞助商链接