DevForce Help Reference
GetEntityGroup<T>() Method


Returns the EntityGroup associated with a specific Entity subtype.
Syntax
'Declaration
 
Public Overloads Function GetEntityGroup(Of T As Class)() As EntityGroup(Of T)
'Usage
 
Dim instance As EntityManager
Dim value As EntityGroup(Of T)
 
value = instance.GetEntityGroup(Of T)()
public EntityGroup<T> GetEntityGroup<T>()
where T: class

Type Parameters

T
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

EntityManager Class
EntityManager Members
Overload List

Send Feedback