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