DbSet.Load() function missing in EF 6.0

后端 未结 4 882
名媛妹妹
名媛妹妹 2021-02-12 02:52

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

4条回答
  •  情歌与酒
    2021-02-12 03:03

    Also, besides System.Data.Entity, you must add the System.Linq namespace as well as System.Windows.

提交回复
热议问题