OperationAction Enum

Definition

Specifies the list of possible actions when the parent End of the RelationshipType is deleted.

public enum class OperationAction
public enum OperationAction
type OperationAction = 
Public Enum OperationAction
Inheritance
OperationAction

Fields

Cascade 1

When a parent End is deleted, its associated child ends are deleted as well.

None 0

Only a parent End can be deleted.

Restrict 2

A parent End cannot be deleted if it has one or more associated child ends.

Applies to