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