DevForce Help Reference
FindRelatedEntities Method


Finds any cached entities related to this entity by the specified link.
Syntax
'Declaration
 
Public Function FindRelatedEntities( _
   ByVal relationLink As EntityRelationLink, _
   ByVal includeDeleted As Boolean _
) As IEnumerable(Of Object)
'Usage
 
Dim instance As EntityAspect
Dim relationLink As EntityRelationLink
Dim includeDeleted As Boolean
Dim value As IEnumerable(Of Object)
 
value = instance.FindRelatedEntities(relationLink, includeDeleted)

Parameters

relationLink
includeDeleted
Remarks
Entities will not be retrieved from a backend data source if not found in cache.
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

Send Feedback