Click or drag to resize

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
)

Parameters

hard (Optional)
Type: SystemBoolean
When True, defintively remove the entity instead of set the IsDeleted flag

Return Value

Type: IReturnValue
Returns value indicates if the deletion succeed or the reason why it failed.
See Also