Method Update
Update(List<TList>, CancellationToken)
Updates the list of entities.
public Task Update(List<TList> entities, CancellationToken cancellationToken = default)
Parameters
entities
List<TList>The list of entities to update.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task
A task that represents the asynchronous operation.