I am trying to access the DbSet.Load() function to load the entities. This function no longer exists in EF 6.0; upon certain investigation I foun
DbSet.Load()
I found I needed to add:
using System.Data.Entity;