Table of Contents

Method Update

Namespace
Innova.Rest.Client
Assembly
Innova.Rest.Client.dll

Update(List<T>, CancellationToken)

Updates the specified entities.

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

Parameters

entities List<T>

The entities to update.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<List<PrimaryKeys<T>>>

A task that represents the asynchronous operation. The task result contains a list of primary keys.