GetChildren

Retrieves the child rows from a named relationship.

Syntax

ASCII Version
list< SmartPointer<DataRow> > getChildren(const char* childName) 
Unicode Version
list< SmartPointer<DataRow> > getChildren(const UnicodeString 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< SmartPointer<DataRow> >	rowsChild2= dataRow- >getChildren("child2");