DeleteType

Top  Previous  Next

Returns the type of action when the foreign key value is deleted from the referenced table.

 

Syntax:

function DeleteType: string;

 

Description:

Possible return values are:

 

no action

restrict

cascade

set null

set default

 

Example:

 

scripting_tforeignkey_deletetype