Can I use Self Tracking Entities and DBContext in Entity Framework 4.1?

旧街凉风 提交于 2019-12-11 07:04:27

问题


I want to know if DBContext (EF 4.1) supports Self Tracking Entities. If yes, how can I do that?


回答1:


No unless you rewrite the template to support them. The current template is dependent on ObjectContext API.



来源:https://stackoverflow.com/questions/6646281/can-i-use-self-tracking-entities-and-dbcontext-in-entity-framework-4-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!