Delta<TStructuralType>.Put(TStructuralType) Method

Definition

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

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

Parameters

original
TStructuralType

The entity to be updated.

Applies to