DeleteUpdateAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |