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