Entity Framework Performance – Lazy Loading on LINQ for Foreign Key ( Properties )

Entity Framework Performance – Lazy Loading on LINQ for Foreign Key ( Properties )

 
   entity.NATIONs.Select(x => new { x.NATION_ID, x.NATION_NAME }).ToList();