So I have a very basic Data Model in my project (targeting .NET 4.0, using EF 5 installed by NuGet, database first), with 2 tables, Item and ItemGroup....Item-table has various fields, both string and numerical, and a foreign key pointing to an ItemGroup....