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