ReferentialAction Enumeration
Specified the type of referential action on database object/Tables
Namespace: Gemstone.DataAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.175 -- Release Build+91b0558f24202955cfa8fd9017e10ef18d068fb3
Gemstone.Data.ReferentialAction = function();
Gemstone.Data.ReferentialAction.createEnum('Gemstone.Data.ReferentialAction', false);
| Cascade | 0 |
Action Type is cascade
|
| SetNull | 1 |
Action Type is to set null
|
| SetDefault | 2 |
Action Type is to set default
|
| NoAction | 3 |
No Action
|