IEntityUpdateOperations<T>.Update(T) Method

Definition

Updates an entity.

public T Update (T entity);
abstract member Update : 'T -> 'T
Public Function Update (entity As T) As T

Parameters

entity
T

The entity information.

Returns

T

The updated entity.

Applies to