IOwnerEntityDelete Method (Boolean) |
Flag an entity as deleted or definitively delete it in the database.
Namespace:
AskiaPortalCmn.Entities
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IReturnValue Delete(
bool hard = false
)
Function Delete (
Optional hard As Boolean = false
) As IReturnValue
IReturnValue^ Delete(
bool hard = false
)
Parameters
- hard (Optional)
- Type: SystemBoolean
When True, defintively remove the entity instead of set the IsDeleted flag
Return Value
Type:
IReturnValueReturns value indicates if the deletion succeed or the reason why it failed.
See Also