Persist.NET Documentation Class Library

PersistentObject.Delete Method 

Delete this object. This call delete also all the associated object marked as "DeleteAutomatic"

[Visual Basic]
Overridable Public Sub Delete()
[C#]
public virtual void Delete();

See Also

PersistentObject Class | Persist Namespace