ListChildNames

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

Syntax

Function listChildNames() As String() 

Parameters

None.

Results

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

Example

Dim dataRow As New G1CLIENTLib.dataRow 
' Assume that dataRow has children ......	
' Or more code to be needed 
Dim sChildNames() As String 
sChildNames = dataRow.listChildNames