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