IDataClass Delete Method (Boolean)Kentico 8.0 API Reference
Deletes current record.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

preserveData
Type: OnlineSystem Boolean
If true, object data are preserved (it is possible to manipulate with the object further)
Remarks

The method assumes that the primary key is the first column in the DataRow.
See Also