Table of Contents

Method Update

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

Update(TEdit, CancellationToken)

Updates the entity with the specified edit model.

Task<PrimaryKeys<T>> Update(TEdit entity, CancellationToken cancellationToken = default)

Parameters

entity TEdit

The edit model.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<PrimaryKeys<T>>

The primary keys of the updated entity.