IEntityUpdateOperations<T>.UpdateAsync(T) Method

Definition

Asynchronously updates an entity.

public System.Threading.Tasks.Task<T> UpdateAsync (T entity);
abstract member UpdateAsync : 'T -> System.Threading.Tasks.Task<'T>
Public Function UpdateAsync (entity As T) As Task(Of T)

Parameters

entity
T

The entity information.

Returns

Task<T>

The updated entity.

Applies to