DevForce Help Reference
WrapAll Method


Wrap all objects in the collection provided.
Syntax
'Declaration
 
<IteratorStateMachineAttribute(IdeaBlade.EntityModel.EntityAspect+d__39)> 
Public Shared Function WrapAll( _ 
   ByVal entities As IEnumerable _ 
) As IEnumerable(Of EntityAspect)
'Usage
 
Dim entities As IEnumerable
Dim value As IEnumerable(Of EntityAspect)
 
value = EntityAspect.WrapAll(entities)
[IteratorStateMachine(IdeaBlade.EntityModel.EntityAspect+d__39)] 
public static IEnumerable<EntityAspect> WrapAll( 
   IEnumerable entities 
)

Parameters

entities
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

EntityAspect Class
EntityAspect Members

Send Feedback