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

link|improve this question

53% accept rate
feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.