Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 769 Bytes

File metadata and controls

21 lines (14 loc) · 769 Bytes

DeletingBehavior enumeration

The behavior which occurs when deleting one side of an association.

public enum DeletingBehavior

Values

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.

See Also