Skip to content

DeleteRequestHandlerAsync<TRow,TDeleteRequest,TDeleteResponse>.OnBeforeDeleteAsync method

Method that is executed before the actual SQL delete operation.

protected virtual Task OnBeforeDeleteAsync(CancellationToken cancellationToken = default)

See Also