Hello,
Just like to know the expected behavior of the function "AddRange" on a collection.
What happen if I try to add another object, in fact the same one from another fetch with the same key ?
1 - Exception
2 - 2 entities in the collection
3 - only the previous one will exists in the collection
4 - only the last one will be in the collection
Thanks,
Eric