The EntityModel is defined as:
...Personnel has a link to a Country...When executing this code in LinqPad, I see that the SQL which is generated is not optimized (all fields are returned) in the first query ? What am I missing here or doing wrong ?...Quer...