Delta<TStructuralType>.CopyChangedValues(TStructuralType) Method

Definition

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

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

Parameters

original
TStructuralType

The entity to be updated.

Applies to