Skip to content

RetrieveRequestHandlerAsync<TRow,TRetrieveRequest,TRetrieveResponse>.ExecuteQueryAsync method

namespace: Serenity.Services   assemblySerenity.Net.Services

Executes the query and sets the response entity if found.

protected virtual Task ExecuteQueryAsync(
    CancellationToken cancellationToken = default(CancellationToken))

Exceptions

exception condition
ValidationError If entity is not found

See Also