Table of Contents

Method DeleteRecordsAsync

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

DeleteRecordsAsync(Delete, CancellationToken)

Asynchronous counterpart to DeleteRecords(Delete).

public Task<int> DeleteRecordsAsync(Delete delete, CancellationToken cancellationToken = default)

Parameters

delete Delete
cancellationToken CancellationToken

Returns

Task<int>

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