DevForce Help Reference
GetRelatedEntities(EntityRelationLink) Method


Returns all related entities via the specified EntityRelationLink.
Syntax
'Declaration
 
Public Overloads Function GetRelatedEntities( _
   ByVal relationLink As EntityRelationLink _
) As IEnumerable
'Usage
 
Dim instance As EntityAspect
Dim relationLink As EntityRelationLink
Dim value As IEnumerable
 
value = instance.GetRelatedEntities(relationLink)
public IEnumerable GetRelatedEntities( 
   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