1

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

Baig
  • 1,379
  • 1
  • 20
  • 38

1 Answers1

1

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

Ladislav Mrnka
  • 349,807
  • 56
  • 643
  • 654