Delta<TStructuralType>.Patch(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.
Overwrites the original
entity with the changes tracked by this Delta.
The semantics of this operation are equivalent to a HTTP PATCH operation, hence the name.
public void Patch (TStructuralType original);
member this.Patch : 'StructuralType -> unit
Public Sub Patch (original As TStructuralType)
Parameters
- original
- TStructuralType
The entity to be updated.