array

Array of details

An array is zero or many detail, typically a child entity in a master/detail relationship.

Syntax:

array Name Block ArrayAttributes ( PropertySet | ; )

array     Cast          MovieActor(MovieId);

Name of array/aggregate

Use a descriptive, but rather short name.

Syntax:

<Identifier>

Restrictions:

Name of referenced block

The search domain block that is aggregated.

Syntax:

<Identifier>

Restrictions:

List of connecting attributes

To connect two data blocks with each other, the connecting attributes must be specified.

Syntax:

[ ( ArrayAttribute ( , ArrayAttribute )* ) ]


This page is generated from IFS Developer Studio - for latest update, see help pages in the tool itself.