I want to know if DBContext (EF 4.1) supports Self Tracking Entities. If yes, how can I do that?
Asked
Active
Viewed 1,169 times
1
-
http://stackoverflow.com/questions/3814706/self-tracking-entities-vs-poco-entities/3815968#3815968 – Tuomas Hietanen Jul 19 '11 at 10:08
1 Answers
1
No unless you rewrite the template to support them. The current template is dependent on ObjectContext API.

Ladislav Mrnka
- 360,892
- 59
- 660
- 670