Is there any API that allow to track object changes in entity framework -


Do anyone know that there is a solution like 'Hibernation History API' for institution structure? If not, then some history tracking exercises / patterns may apply to EF. I am a novice for EF yet. Any refs are welcome Thanks in advance.

EF version 4 has the tracking units themselves, they track their changes and save them Can attach back to a different context.

This is new to EF. The first version did not have this functionality.


Comments