TraverseFromParent Method (ClarifyGeneric)
Makes this generic a child that is related to the specified parent generic through the specified relation
Syntax
'Declaration
Public Sub TraverseFromParent( _
ByVal _parentGeneric_ As ClarifyGeneric, _
ByVal _relationName_ As String _
)
public void TraverseFromParent(
ClarifyGeneric _parentGeneric_,
string _relationName_
)
Parameters
parentGeneric
relationName
Remarks
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.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family