Skip to content

IUndeleteBehaviorAsync.OnPrepareQueryAsync method

Called when query to load old entity is built

public Task OnPrepareQueryAsync(IUndeleteRequestHandler handler, SqlQuery query, 
    CancellationToken cancellationToken = default)
parameter description
handler Calling undelete request handler
query Query
cancellationToken Cancellation token

See Also