I hit the wall with doing EF4 Model with DB first approach using Linq-to-Entities with POCO...
I have two tables: Customer and NamePrefix t
Customer
NamePrefix
This is described directly in Complex type help page. Complex types cannot contain navigation properties.