Previous Topic: %ParentCols()Next Topic: %ParentNKDecl()


%ParentNK()

Lists the non-key attributes and datatypes of the parent entity in a relationship and performs the specified action on each.

Syntax

%ParentNK()

Syntax Example

%ParentNK()

Expansion

general_condition

Full Syntax

%ParentNK(<separator>,<function>,<prefix>)

Full Syntax Example

%ParentNK(" or ",updating,%Parent)

Expansion

updating(MOVIE_COPY.general_condition)

Usage

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