Delta<TStructuralType>.CopyUnchangedValues(TStructuralType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.