DevForce Help Reference
GetRelatedEntity(EntityRelationLink) Method


Returns the related entity via a EntityRelationLink.
Syntax
'Declaration
 
Public Overloads Function GetRelatedEntity( _
   ByVal relationLink As EntityRelationLink _
) As Object
'Usage
 
Dim instance As EntityAspect
Dim relationLink As EntityRelationLink
Dim value As Object
 
value = instance.GetRelatedEntity(relationLink)
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityAspect Class
EntityAspect Members
Overload List

Send Feedback