Linq------错误:EntityType: EntitySet 'Products' is based on type 'Product' that has no

Posted 玉天恒

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linq------错误:EntityType: EntitySet 'Products' is based on type 'Product' that has no相关的知识,希望对你有一定的参考价值。

解决方法:

[Table("bma_products")]
public class Product
{
  //加上[Key]即可   [Key]   
public int pid{get; set;}   public string psn{get; set;} }

 

以上是关于Linq------错误:EntityType: EntitySet 'Products' is based on type 'Product' that has no的主要内容,如果未能解决你的问题,请参考以下文章

EF迁移时报错“未定义键。请为该 EntityType 定义键。

Sonata Block Bundle 编辑表单不保存 EntityType

Asp.net 身份验证错误

Symfony 2 - 为 EntityType 定义选定的值

如何验证 EntityType 字段?

扩展 EntityType,仅将选项设置为选定的实体