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

Cascade 1

Cascade action will be taken.

NoAction 4

No action was specified.

NotSpecified 0

No action will be taken.

SetDefault 3

Set default action will be taken.

SetNull 2

Set null action will be taken.

Applies to