Quantcast
Channel: Web Forms
Viewing all articles
Browse latest Browse all 23244

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

$
0
0

Could someone help with this error for the class below:

Error: GEW.Models.Repository.Product: : EntityType 'Product' has no key defined. Define the key for this EntityType.

==========================
Product.cs
==========================

namespace GEW.Models {

    public class Product {
        public int pkProductID { get; set; }
        public string Description { get; set; }
        public decimal Cost { get; set; }
    }
}


Viewing all articles
Browse latest Browse all 23244

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>