DomainObjects Class Library

TransactableObject.Delete Method 

Delete this instance from the database upon transaction Commit. After calling this method NeedsDelete returns true.

[Mutator]
public void Delete();

Implements

IDeletable.

See Also

TransactableObject Class | DomainObjects.Facade.Domain Namespace