Tagged Questions

4
votes
3answers
10k views

Entity Framework EntityKey / Foreign Key problem

As the result of a form post, I'm trying to save a new Brand record. In my view, Gender is a dropdown, returning an Integer, which is populated from ViewData("gender") I've setup my link as follows: ...
2
votes
3answers
810 views

How to get first EntityKey Name for an Entity in EF4

How can I get the 1st EntityKey name for an Entity for Entity Framework 4 because I'm building a repository system and I wanted to get an item by Id (which is the primary key oin EF is the 1st ...