views:

26

answers:

0

From what I can tell in order for an object to be self tracking it needs to implement IObjectWithChangeTracker. Entities out of the box (made with EDMX generated code) implement IEntityWithChangeTracker.

Is there any way to make a EDMX code generated entity self tracking?

Thanks!