'Declaration
Public Sub TraverseFromParent( _ ByVal parentGeneric As ClarifyGeneric, _ ByVal relationName As String _ )
public void TraverseFromParent( ClarifyGeneric parentGeneric, string relationName )
This generic will be related and linked to the parent. When the parent is queried or updated, this generic will be queried or updated as well.
To retrieve the related rows for a given row in either generic after a query, call the RelatedRows method on that row and pass in the opposite generic.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family