Baig
Baig

Reputation: 1519

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

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

Upvotes: 1

Views: 1174

Answers (1)

Ladislav Mrnka
Ladislav Mrnka

Reputation: 364249

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

Upvotes: 1

Related Questions