GetChildren

Retrieves the child rows from a named relationship.

Syntax

public List getChildren(String childName)

Parameters

  • The name of the parent/child relationship, e.g. "Flood Plain Data", "References", "Used By", etc.

Results

Returns the child rows from the named relationship.

Example

List childRows = row.getChildren("child1");