What is the reference for ´System.Data.Entity.Infrastructure´?

前端 未结 1 1241
耶瑟儿~
耶瑟儿~ 2021-02-18 22:18

Using Entity Framework Power Tools Beta 2 extension, it generates model classes with the following imports:

using System.Data.Entity.Infrastructure;
相关标签:
1条回答
  • 2021-02-18 23:03

    Don't add EF lib via "Add reference" dialog (it's old version) You need to add NuGet package "EntityFramework" of latest version.

    0 讨论(0)
提交回复
热议问题