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

1

1

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

Untruth answered 11/7, 2011 at 5:54 Comment(1)
#3815206Morehouse
T
1

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

Thermoelectrometer answered 11/7, 2011 at 7:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.