Deletes the record from the database associated with this record. After which this object becomes invalid. The IsSaved property is automtically set to false. Performs the same function as IDatabaseObjects.ObjectDelete().

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
protected void Delete()
Visual Basic
Protected Sub Delete
Visual C++
protected:
void Delete()

See Also