IEntityPutOperations<T>.Put(T) Method

Definition

Updates an entity.

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

Parameters

entity
T

The entity information.

Returns

T

The updated entity.

Applies to