Hi there,
I am tracking entites using a Dictionary<EntityBase2, ...>. Now, if I add an entity without a primary key set to the dictionary and later on I set the key the dictionary won't find it anymore due to EnttiyBase2.GetHashCode method implementation.
So I am looking for more reliable way, ObjectID that is. It works, but then I have problems getting the entity instance....