Can I use Self Tracking Entities and DBContext in Entity Framework 4.1?
I 开发者_JS百科want to know if DBContext (EF 4.1) supports Self Tracking Entities. If yes, how can I do that?
No unless you rewrite the template to support them. The current template is dependent on ObjectContext API.
精彩评论