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