| IRecordEntityRestore Method |
Restores the deleted record in the database
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax Function Restore As Boolean
Return Value
Type:
Boolean
Return true when the record was successfully restored, otherwise return false.
In such case refer to the
LastError property.
Remarks
This method unset the deleted flag on the current record
See Also