Shunde.NET Framework Class Library

DBObject.IsDeleted Property

Specifies that this object is deleted

public  IsDeleted {get; set;}

Remarks

Rather than deleting an object from the database, it is just marked as deleted. The lastUpdate field of the object should be the date that it was deleted on, and lastUpdatedBy should hold the Name of the user that deleted it.

See Also

DBObject Class | Shunde.Framework Namespace