我一直在尝试使用 edmgen.exe 和 edmgen2.exe 使用批处理文件自动生成 EDMX,但是当我使用 edmgen.exe 时,它不会生成任何用户定义的函数。我已经疯狂地寻找和寻找;只是找不到解决方案。
我的用法如下: "%windir%\Microsoft.NET\Framework\v4.0.30319\edmgen.exe" /mode:fullgeneration /connectionstring:"Data Source=localhost\sql2008r2; Initial Catalog=DB;Integrated Security=SSPI" /project:Project /entitycontainer:test /namespace:myns /language:CSharp
EDMGEN http://msdn.microsoft.com/en-us/library/vstudio/bb387165.aspx