DevForce Help Reference
Wrap Method (EntityAspect)


Wrap an object to provide entity-related services.
Syntax
'Declaration
 
Public Shared Function Wrap( _
   ByVal entity As Object _
) As EntityAspect
'Usage
 
Dim entity As Object
Dim value As EntityAspect
 
value = EntityAspect.Wrap(entity)
public static EntityAspect Wrap( 
   object entity
)

Parameters

entity
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