Delta<T>.CopyUnchangedValues(T) Method

Definition

Copies the unchanged property values from the underlying entity (accessible via GetInstance()) to the original entity.

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

Parameters

original
T

The entity to be updated.

Applies to