fcSDK Documentation
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 2003 family

See Also

Reference

ClarifyGeneric Class
ClarifyGeneric Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.