SqlMetal 不生成视图、函数或存储过程
我使用以下命令作为 cmd 文件的一部分:
sqlmetal /server:localhost\SQLEXPRESS /database:DashBoard /dbml:DataClasses.dbml /namespace:DashBoard.Data
sqlmetal /server:localhost\SQLEXPRESS /database:DashBoard /views /functions /sprocs /code:DataClasses.designer.cs /context:DataClassesDataContext /namespace:DashBoard.Data DataClasses.dbml
是否有其他人在使用 SqlMetal 生成使用视图、函数或存储过程的代码时遇到任何问题?这些文件按预期指向表引用,但 /views /functions 和 /sprocs 开关似乎没有效果。
我在本地计算机上使用 SqlMetal 1.00.30729、SQL Server 2005 Express,Web 应用程序是 ASP.NET 3.5。
I am using the following commands as part of a cmd file:
sqlmetal /server:localhost\SQLEXPRESS /database:DashBoard /dbml:DataClasses.dbml /namespace:DashBoard.Data
sqlmetal /server:localhost\SQLEXPRESS /database:DashBoard /views /functions /sprocs /code:DataClasses.designer.cs /context:DataClassesDataContext /namespace:DashBoard.Data DataClasses.dbml
Has anyone else had any problems generating the code to use views, functions, or stored procedures using SqlMetal? The files are pointing to table references as expected, but the /views /functions and /sprocs switches seem to have no effect.
I am using SqlMetal 1.00.30729, SQL Server 2005 Express on my local machine, and the web app is ASP.NET 3.5.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不得不使用以下命令:
I had to use the following commands instead: