ForeignKeyAction 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.
Actions taken when a key to which existing foreign key points is updated or deleted
public enum ForeignKeyAction
type ForeignKeyAction =
Public Enum ForeignKeyAction
- Inheritance
-
ForeignKeyAction
Fields
Name | Value | Description |
---|---|---|
NoAction | 0 | NoAction |
Cascade | 1 | Cascade |
SetNull | 2 | SetNull |
SetDefault | 3 | SetDefault |