IdeaBlade DevForce 2010 Help Reference
GetRelatedEntity(EntityRelationLink) Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityAspect Class > GetRelatedEntity Method : GetRelatedEntity(EntityRelationLink) Method



Returns the related entity via a EntityRelationLink.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetRelatedEntity( _
   ByVal relationLink As EntityRelationLink _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As EntityAspect
Dim relationLink As EntityRelationLink
Dim value As Object
 
value = instance.GetRelatedEntity(relationLink)
C# 
public object GetRelatedEntity( 
   EntityRelationLink relationLink
)
C++/CLI 
public:
Object^ GetRelatedEntity( 
   EntityRelationLink^ relationLink
) 

Parameters

relationLink

Remarks

The current EntityManager.DefaultQueryStrategy is used to determine how this query is fulfilled.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.