EasyObjects.NET Programmers Reference

EasyObject.MarkAsDeleted Method 

Marks the current row in the internal DataTable as deleted.

public virtual void MarkAsDeleted();

Remarks

The row is not actually deleted until the EasyObject's Save() method is called.

See Also

EasyObject Class | NCI.EasyObjects Namespace