Delta<TStructuralType>.Patch(TStructuralType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.