Table of Contents

Method UpdateList

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

UpdateList(List<TList>, CancellationToken)

Updates a list of model entities in the database.

public virtual Task<List<PrimaryKeys<T>>> UpdateList(List<TList> entities, CancellationToken cancellationToken = default)

Parameters

entities List<TList>

The list of model entities to update.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<List<PrimaryKeys<T>>>

The primary keys of the updated entities.