EasyObjects.NET Programmers Reference

EasyObject.DeleteAll Method 

Marks every row in the internal DataTable as deleted.

public virtual void DeleteAll();

Remarks

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

See Also

EasyObject Class | NCI.EasyObjects Namespace