A many-to-many relationship has to methods to remove items: Delete and Remove. What is the difference between these two?
views:
61answers:
1
+1
A:
From the information provided in your question:
Remove will remove the relationship between the parent and child objects while leaving the child objects existing.
Delete will remove the relationship between the parent and child objects and delete the child objects.
UPDATE: I didn't know that the question refered to CoolStorage when I originally posted
ChrisF
2009-09-07 12:09:24
But your answer is correct nevertheless...
Philippe Leybaert
2009-09-07 12:21:34