CascadeBehavior
- Namespace:
PPDS.Dataverse.Metadata.Authoring - Assembly:
PPDS.Dataverse - Kind: Enum
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Summary
Defines the cascade behavior options for entity relationship actions.
Members
Fields
Active
CascadeBehavior Active
Cascade the action to all active related records.
Cascade
CascadeBehavior Cascade
Cascade the action to all related records.
NoCascade
CascadeBehavior NoCascade
Do not cascade the action.
RemoveLink
CascadeBehavior RemoveLink
Remove the link to related records.
Restrict
CascadeBehavior Restrict
Restrict the action if related records exist.
UserOwned
CascadeBehavior UserOwned
Cascade the action to all records owned by the same user.