DevForce Help Reference
CloneCore Method


For internal use only. Makes a copy of the entity; it does not copy related entities.
Syntax
'Declaration
 
Public Overridable Function CloneCore() As EntityAspect
'Usage
 
Dim instance As EntityAspect
Dim value As EntityAspect
 
value = instance.CloneCore()
public virtual EntityAspect CloneCore()
Remarks
CloneCore copies the Entity "in depth", including any proposed and original values and verification errors. Related entities are not copied.
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