DevForce Help Reference
RemoveFromManager() Method


Removes the entity from the EntityManager cache.
Syntax
'Declaration
 
Public Overloads Sub RemoveFromManager() 
'Usage
 
Dim instance As EntityAspect
 
instance.RemoveFromManager()
public void RemoveFromManager()
Remarks
The Entity will be in a "detached" state after the remove. RemoveFromManager and IdeaBlade.EntityModel.EntityManager.RemoveEntity(IdeaBlade.EntityModel.Entity) can be used interchangeably. Calling RemoveFromManager also clears the EntityManager's EntityManager.QueryCache.

This does not delete the object from the backend server. To delete an entity, use the IdeaBlade.EntityModel.Entity.Delete method.

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
Overload List

Send Feedback