Tagged Questions
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 ...