I want to know if DBContext (EF 4.1) supports Self Tracking Entities. If yes, how can I do that?
Can I use Self Tracking Entities and DBContext in Entity Framework 4.1?
Asked Answered
No unless you rewrite the template to support them. The current template is dependent on ObjectContext API.
© 2022 - 2024 — McMap. All rights reserved.