| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function GetRelatedEntities( _ ByVal relationLink As EntityRelationLink, _ ByVal strategy As QueryStrategy _ ) As IEnumerable  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As EntityAspect Dim relationLink As EntityRelationLink Dim strategy As QueryStrategy Dim value As IEnumerable value = instance.GetRelatedEntities(relationLink, strategy)  | |
| C# | |
|---|---|
public IEnumerable GetRelatedEntities( EntityRelationLink relationLink, QueryStrategy strategy )  | |
| C++/CLI | |
|---|---|
public: IEnumerable^ GetRelatedEntities( EntityRelationLink^ relationLink, QueryStrategy^ strategy )  | |
Parameters
- relationLink
 - strategy
 
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