ReferentialAction Enumeration
Specified the type of referential action on database object/Tables
Namespace: Gemstone.DataAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.176 -- Release Build+f9cb1e8a5a5af2031de3a84a9e36d2e86d15576a
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
|