ListChildNames

Retrieves all of the names of the named parent/child relationships.

Syntax

ASCII Version
list<string> listChildNames() 
Unicode Version
list<UnicodeString> listChildNames() 

Results

Returns the set of the names of the named parent/child relationships.

Example

list<G1CLIENT_STRING>	names = dataRow->listChildNames();