Table of Contents

Method UpdateRecordsAsync

Namespace
YndigoBlue.Velocity.Engine
Assembly
YndigoBlue.Velocity.dll

UpdateRecordsAsync(Update, CancellationToken)

Asynchronous counterpart to UpdateRecords(Update).

public Task<int> UpdateRecordsAsync(Update update, CancellationToken cancellationToken = default)

Parameters

update Update
cancellationToken CancellationToken

Returns

Task<int>

The number of rows that matched the WHERE clause and were modified.