ListChildNames

Récupère tous les noms des relations nommées parent/enfant.

Syntaxe

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

Résultats

Renvoie l'ensemble des noms des relations parent/enfant nommées.

Exemple

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