error when using interfaces for Entity Framework (4.2) entities

前端 未结 2 1357
挽巷
挽巷 2020-12-07 02:40

I am using the the latest version of Entity Framework (4.2) and trying to implement interfaces for my Entities and for some reason, it isn\'t compiling. it is throwing an er

2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-07 02:51

    "You can add your own partial class files to specify the interfaces to be implemented - and to provide any actual implementation methods you need" - as suggested here

提交回复
热议问题