Enumerates foreign key action types.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public enum ForeignKeyAction |
| Visual Basic (Declaration) |
|---|
Public Enumeration ForeignKeyAction |
| Visual C++ |
|---|
public enum class ForeignKeyAction |
Members
| Member name | Description | |
|---|---|---|
| NoAction | No Action. | |
| CascadeDelete | Cascade delete. | |
| SetNull | Set null. | |
| SetDefault | Set default. |