Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的数据库中有 3 个表,如下所示:
在我的 ASP.NET Mvc 应用程序中。我使用实体数据模型。当我将数据库转换为实体数据模型时,TBL_VOTES_ARTICLE 表未转换。其他人被转换。
为什么会这样?
谢谢。
您使用的是哪种 Visual Studio?
我会尝试将表 TBL_VOTES_ARTICLE 重命名为 TBL_VOTES_ARTICLE1 有时它会有所帮助,如果不是你必须去 sql server manager 我会尝试添加一个新的主键 TBL_VOTES_ARTICLEID 使其标识并从其他两个字段中删除主键