Delta<TStructuralType>.Put(TStructuralType) 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 (TStructuralType original);
member this.Put : 'StructuralType -> unit
Public Sub Put (original As TStructuralType)

Parameters

original
TStructuralType

The entity to be updated.

Applies to