Method Update
Update(List<T>, CancellationToken)
Updates a list of entities in the database.
public virtual Task<List<PrimaryKeys<T>>> Update(List<T> entities, CancellationToken cancellationToken = default)
Parameters
entities
List<T>The list of entities to update.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<List<PrimaryKeys<T>>>
A list of primary keys of the updated entities.