Deletes current record.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax void Delete(
bool preserveData = false
)
Parameters
- preserveData (Optional)
- Type: SystemBoolean
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