ListChildNames

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

Syntax

ASCII Version
char** listChildNames(DataRow* dataRow) 
Unicode Version
UChar** listChildNames(DataRow* dataRow) 

Results

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

Example

ASCII Version
char** childsNames;
childsNames =listChildNames( dataRow); 
Unicode Version
UChar** childsNames;
childsNames=listChildNames( dataRow);