Compartir a través de


DeleteUpdateAction Enum

Definition

Shows the action that will be taken on delete or update.

public enum DeleteUpdateAction
type DeleteUpdateAction = 
Public Enum DeleteUpdateAction
Inheritance
DeleteUpdateAction

Fields

Name Value Description
NotSpecified 0

No action will be taken.

Cascade 1

Cascade action will be taken.

SetNull 2

Set null action will be taken.

SetDefault 3

Set default action will be taken.

NoAction 4

No action was specified.

Applies to