llk8

MVC开发/常见错误集锦

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

EntityType 'BookInfo' has no key defined. Define the key for this EntityType

建的模型需要有PK主关键字,默认为’Id’或者‘实体名Id',如果PK不是这两个,要先添加[Key]到PK上方。

具体查看本博客文章:http://www.cnblogs.com/llk8/category/545808.html

posted on 2014-01-04 16:30  llk8  阅读(294)  评论(0)    收藏  举报