DevForce Help Reference
GetRelatedEntity(EntityAspect,EntityRelationLink) Method


Returns the related entity via a IdeaBlade.EntityModel.EntityRelationLink.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function GetRelatedEntity( _
   ByVal entity As EntityAspect, _
   ByVal relationLink As EntityRelationLink _
) As Object
'Usage
 
Dim entity As EntityAspect
Dim relationLink As EntityRelationLink
Dim value As Object
 
value = EntityAspectExtensions.GetRelatedEntity(entity, relationLink)
[Extension()]
public static object GetRelatedEntity( 
   EntityAspect entity,
   EntityRelationLink relationLink
)

Parameters

entity
relationLink
Remarks
The current 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

EntityAspectExtensions Class
EntityAspectExtensions Members
Overload List

Send Feedback