Delta<TStructuralType>.Patch(TStructuralType) Method

Definition

Overwrites the original entity with the changes tracked by this Delta. <remarks>The semantics of this operation are equivalent to a HTTP PATCH operation, hence the name.</remarks>

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

Parameters

original
TStructuralType

The entity to be updated.

Applies to