对于EF5 找不到上述标签是因为 在程序集中要using System.ComponentModel.DataAnnotations.Schema

而这个命名空间在 EntityFramework.dll中 ,没有在System.ComponentModel.DataAnnotations这个dll中

所以说对于纯种的poco程序集怕是麻烦了。

相关文章:

  • 2021-09-16
  • 2021-11-18
  • 2022-12-23
  • 2021-04-27
  • 2021-06-28
  • 2021-07-09
  • 2022-12-23
猜你喜欢
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2021-04-06
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案