Skip to content

UndeleteRequestHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>.PrepareQueryAsync method

namespace: Serenity.Services   assemblySerenity.Net.Services

Prepares the query used to select the existing record

protected virtual Task PrepareQueryAsync(SqlQuery query, 
    CancellationToken cancellationToken = default(CancellationToken))
parameter description
query The query
cancellationToken Cancellation token

See Also