Setting IsModified = false on a many-to-many navigation property in EF6
I have an entity “Order” which has a many-to-many relationship with another entity “Material”. This relationship is represented by a collection navigation property “Materials” in the Order entity.