Previous Topic: %RelPhysProp()Next Topic: %RelTemplate


%RelRI()

Returns the referential integrity option of the given relationship. The result will be one of the following: CASCADE, RESTRICT, SET NULL, SET DEFAULT, or NONE.

Syntax

%RelRI(<action>,<type>)

Syntax Example

%ForEachChildRel() {

%RelRI(Update, Child)

}

Expansion

CASCADE

Usage

Classified as a Relationship macro that you can use in RI Override, Rel Override, %ForEachParentRel, %ForEachChildRel. <action> must be Insert, Delete, or Update. <type> must be Parent or Child.