Method Update
Update(List<T>, CancellationToken)
Updates the specified entities.
public virtual Task<List<PrimaryKeys<T>>> Update(List<T> entities, CancellationToken cancellationToken = default)
Parameters
entities
List<T>The entities to update.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<List<PrimaryKeys<T>>>
A task that represents the asynchronous operation. The task result contains a list of primary keys.