CascadeType EnumType
Describes the type of behavior for a specific action applied to the referenced entity in a one-to-many entity relationship.
Members
Members define the discrete options for the enumeration type.
Name | Value | Description |
---|---|---|
NoCascade | 0 | Do nothing. |
Cascade | 1 | Perform the action on all referencing entity records associated with the referenced entity record. |
Active | 2 | Perform the action on all active referencing entity records associated with the referenced entity record. |
UserOwned | 3 | Perform the action on all referencing entity records owned by the same user as the referenced entity record. |
RemoveLink | 4 | Remove the value of the referencing attribute for all referencing entity records associated with the referenced entity record. |
Restrict | 5 | Prevent the Referenced entity record from being deleted when referencing entities exist. |
Used by
The following use the CascadeType EnumType.
Name | How used |
---|---|
CascadeConfiguration | Assign Property |
CascadeConfiguration | Delete Property |
CascadeConfiguration | Archive Property |
CascadeConfiguration | Merge Property |
CascadeConfiguration | Reparent Property |
CascadeConfiguration | Share Property |
CascadeConfiguration | Unshare Property |
CascadeConfiguration | RollupView Property |