OperationAction 枚举
定义
指定在删除 RelationshipType 的父 End
时可能进行的操作的列表。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
- 继承
字段
Cascade | 1 | 删除父 |
None | 0 | 只能删除父 |
Restrict | 2 | 如果父端有一个或多个关联的子端,则不能删除父 |