Delta<TStructuralType>.CopyUnchangedValues(TStructuralType) Method

Definition

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

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

Parameters

original
TStructuralType

The entity to be updated.

Applies to