Starting out on an Entity Framework project. Imported the Db I am going to use and right away noticed that many table fields were made into EntityKey types and the source fields are not even Keys. D
I just spent the last 3-4 hours trying to retrieve a foreign key value using linq to entities and a stored procedure. Any advice is much appreciated.