Partager via


Delta<TStructuralType>.Patch(TStructuralType) Méthode

Définition

Remplace l’entité par original les modifications suivies par ce Delta. La sémantique de cette opération est équivalente à une opération HTTP PATCH, d'où le nom.

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

Paramètres

original
TStructuralType

Entité à mettre à jour.

S’applique à