DevForce Help Reference
GetEntityGroup Method (EntityAspectExtensions)


The IdeaBlade.EntityModel.EntityGroup that this Entity belongs to.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function GetEntityGroup( _
   ByVal entity As EntityAspect _
) As EntityGroup
'Usage
 
Dim entity As EntityAspect
Dim value As EntityGroup
 
value = EntityAspectExtensions.GetEntityGroup(entity)
[Extension()]
public static EntityGroup GetEntityGroup( 
   EntityAspect entity
)

Parameters

entity
Remarks
Note that the EntityGroup will never be null (it will be a prototype group in the event that this entity is not yet attached to a specific entity manager.
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

EntityAspectExtensions Class
EntityAspectExtensions Members

Send Feedback