The behavior which occurs when deleting one side of an association
.
public enum DeletingBehavior
name | value | description |
---|---|---|
DeleteMeAndReferences | 0 |
It will delete the association and its references. |
DeleteMeButKeepReferences | 1 |
It will delete the association and not its references. |
DeleteMeIfNoReferences | 2 |
It will delete the association if it had no references. |