Entity Framework with MYSql, return no column in complex entity return type

折月煮酒 提交于 2019-12-07 08:45:54

问题


I'm using MySQL in combination with an edmx file. I'm facing a problem when adding a function to stored procedure. When I select "complex type" and press the "get column information" button I receive the following message: "The selected stored procedure returns no columns."

When I create the same procedure in SQL Server and then added the function to a new edmx file, its creating the complex type perfectly.

Thanks,

Nauman

来源:https://stackoverflow.com/questions/9940749/entity-framework-with-mysql-return-no-column-in-complex-entity-return-type

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!