DevForce Help Reference
GetRelatedEntity(EntityRelationLink,QueryStrategy) Method


Returns the related entity via a EntityRelationLink using the specified QueryStrategy.
Syntax
'Declaration
 
Public Overloads Function GetRelatedEntity( _
   ByVal relationLink As EntityRelationLink, _
   ByVal strategy As QueryStrategy _
) As Object
'Usage
 
Dim instance As EntityAspect
Dim relationLink As EntityRelationLink
Dim strategy As QueryStrategy
Dim value As Object
 
value = instance.GetRelatedEntity(relationLink, strategy)

Parameters

relationLink
strategy
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