IdeaBlade DevForce 2010 Help Reference
GetEntityGroups Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityManager Class : GetEntityGroups Method



Collection of all EntityGroups within the cache.

Syntax

Visual Basic (Declaration) 
Public Function GetEntityGroups() As EntityGroup()
Visual Basic (Usage)Copy Code
Dim instance As EntityManager
Dim value() As EntityGroup
 
value = instance.GetEntityGroups()
C# 
public EntityGroup[] GetEntityGroups()
C++/CLI 
public:
array<EntityGroup^>^ GetEntityGroups(); 

Requirements

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

See Also

© 2013 All Rights Reserved.