Delta<TStructuralType>.Put(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 valeurs stockées dans ce delta.
La sémantique de cette opération est équivalente à une opération HTTP PUT, d’où le nom.
public void Put (TStructuralType original);
member this.Put : 'StructuralType -> unit
Public Sub Put (original As TStructuralType)
Paramètres
- original
- TStructuralType
Entité à mettre à jour.