Skip to content

SaveRequestHandlerAsync<TRow,TSaveRequest,TSaveResponse>.BeforeSaveAsync method

namespace: Serenity.Services   assemblySerenity.Net.Services

Called before executing the insert/update statement

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

See Also