Delta<TStructuralType>.CopyChangedValues(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 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.