Visual Basic (Declaration) | |
---|---|
Public Function FindRelatedEntities( _ ByVal relationLink As EntityRelationLink, _ ByVal includeDeleted As Boolean _ ) As IEnumerable(Of Object) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EntityAspect Dim relationLink As EntityRelationLink Dim includeDeleted As Boolean Dim value As IEnumerable(Of Object) value = instance.FindRelatedEntities(relationLink, includeDeleted) |
C# | |
---|---|
public IEnumerable<object> FindRelatedEntities( EntityRelationLink relationLink, bool includeDeleted ) |
C++/CLI | |
---|---|
public: IEnumerable<Object^>^ FindRelatedEntities( EntityRelationLink^ relationLink, bool includeDeleted ) |
Parameters
- relationLink
- includeDeleted
Entities will not be retrieved from a backend data source if not found in cache.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family