Specifies the action to take when deleting a foreign key
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public enum ForeignKeyDeleteAction | 
| Visual Basic (Declaration) | 
|---|
| Public Enumeration ForeignKeyDeleteAction | 
| Visual C++ | 
|---|
| public enum class ForeignKeyDeleteAction | 
 Members
Members
| Member name | Description | |
|---|---|---|
| ABORT | 
            Abort the deletion.
             | |
| CASCADE | 
            Delete records that refer to the foreign key
             | |
| NULLIFY | 
            Nullify records that refer to the foreign key
             | 





