问题
I want to know if DBContext (EF 4.1) supports Self Tracking Entities. If yes, how can I do that?
回答1:
No unless you rewrite the template to support them. The current template is dependent on ObjectContext API.
来源:https://stackoverflow.com/questions/6646281/can-i-use-self-tracking-entities-and-dbcontext-in-entity-framework-4-1