GetChildren

Retrieves the child rows from a named relationship.

Syntax

Function getChildren(childName As String) As DataRow()

Parameters

  • The name of the parent/child relationship, e.g. "Flood Plain Data", "References", "Used By", etc.

Result

Returns the child rows from the named relationship.

Example

Dim dataRow As New G1CLIENTLib.dataRow 
' Assume that dataRow has children ......	
' Or more code to be needed 
Dim rowsChild1() As Variant 
rowsChild1 = dataRow.getChildren("child1")