Delta<T>.Put(T) Method

Definition

Overwrites the original entity with the values stored in this Delta. The semantics of this operation are equivalent to a HTTP PUT operation, hence the name.

public void Put (T original);
member this.Put : 'T -> unit
Public Sub Put (original As T)

Parameters

original
T

The entity to be updated.

Applies to