Reputation: 1519
I want to know if DBContext (EF 4.1) supports Self Tracking Entities. If yes, how can I do that?
Upvotes: 1
Views: 1174
Reputation: 364249
No unless you rewrite the template to support them. The current template is dependent on ObjectContext API.
Upvotes: 1