UpdateType

Top  Previous  Next

Returns the type of action when the foreign key value is updated on the referenced table.

 

Syntax:

function UpdateType: string;

 

Description:

Possible return values are:

 

no action

restrict

cascade

set null

set default

 

Example:

 

scripting_tforeignkey_updatetype