NShape Reference
IEntity.Delete Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > IEntity Interface >

NShape Reference
IEntity.Delete Method

Previous pageReturn to chapter overviewNext page

Deletes the object from the data store.

Syntax

void Delete(IRepositoryWriter writer)

Description

The default implementation of this method does nothing. This is sufficient for objects without inner objects. If a class has inner objects, it must delete all inner objects for this object from the data store by just calling BeginWriteInnerObjects and EndWriteInnerObjects for all inner objects.