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