views:

24

answers:

0

Hi,

Does anyone know how to track changes in Foreign Key values mapped by EF as associations? The ObjectStateEntry.CurrentValues/OriginalValues handle only scalar types!

And the AssociationChanged event does not provide any info about the reference/collection being changed.

Thanks Luc