Previous Topic: %RelIdNext Topic: %RelLogProp()


%RelIsNonull

Examines the relationship null expression and returns TRUE if nulls are not allowed and FALSE if nulls are allowed.

Syntax

%RelIsNonull

Syntax Example

%If(%RelIsNonull) {

%VerbPhrase}

}

Expansion

is_rented_under

Usage

Classified as a Relationship macro that you can use in RI Override, Rel Override, %If, %ForEachParentRel, %ForEachChildRel.