Click or drag to resize
Askia

IRecordEntityDelete Method

Deletes the record in the database

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
bool Delete()

Return Value

Type: Boolean
Return true when the record was successfully deleted, otherwise return false. In such case refer to the LastError property.
Remarks
The record is not really deleted rather it is marked as deleted with a flag.
See Also